#BDEA96

Color #BDEA96 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #BDEA96

Tints of Reef #BDEA96

Color information

#BDEA96 (or 0xBDEA96) is unknown color: approx Reef. HEX triplet: BD, EA and 96. RGB value is (189,234,150). Sum of RGB (Red+Green+Blue) = 189+234+150=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA96 is #421569. Grayscale: #D3D3D3. Windows color (decimal): -4330858 or 9890493. OLE color: 9890493.

HSL color Cylindrical-coordinate representation of color #BDEA96: hue angle of 92.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDEA96 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB189234150-
CMYK0.1900.360.08
HSL92.14º66.67%75.29%-
HSV(B)92.14º35.9%91.76%-
XYZ55.9171.8739.78-
YUV210.9793.59112.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 234 (91.80% from 255) = 40.84%
BLUE value IS 150 (58.98% from 255) = 26.18%
R=32.98%
G=40.84%
B=26.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892341500.1900.360.0892.1466.6775.29
HexBDEA961302485c434b
Octal2753522262304410134103113
Binary1011110111101010100101101001101001001000101110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEA96; }

 p { color: rgb(189,234,150); }

 H1.HeaderClassName
 {
   color: #BDEA96;
 }
 .AnyTagClassName
 {
   color: #BDEA96;
 }
</style>
background-color css

<style>
 a { background-color: #BDEA96; }

 a { background-color: rgb(189,234,150); }

 div.DivClassName
 {
   background-color: #BDEA96;
 }
 .BgClassName
 {
   background-color: #BDEA96;
 }
</style>
border-color css

<style>
 span { border-color: #BDEA96; }

 span { border-color: rgb(189,234,150); }

 td.TdClassName
 {
   border-color: #BDEA96;
 }
 .TagClassName
 {
   border-color: #BDEA96;
 }
</style>