#BDE996

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

Shades of Reef #BDE996

Tints of Reef #BDE996

Color information

#BDE996 (or 0xBDE996) is unknown color: approx Reef. HEX triplet: BD, E9 and 96. RGB value is (189,233,150). Sum of RGB (Red+Green+Blue) = 189+233+150=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE996 is #421669. Grayscale: #D2D2D2. Windows color (decimal): -4331114 or 9890237. OLE color: 9890237.

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

Color convert

RGB189233150-
CMYK0.1900.360.09
HSL91.81º65.35%75.1%-
HSV(B)91.81º35.62%91.37%-
XYZ55.6371.339.68-
YUV210.3893.92112.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.04%
GREEN value IS 233 (91.41% from 255) = 40.73%
BLUE value IS 150 (58.98% from 255) = 26.22%
R=33.04%
G=40.73%
B=26.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892331500.1900.360.0991.8165.3575.1
HexBDE9961302495c414b
Octal2753512262304411134101113
Binary1011110111101001100101101001101001001001101110010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE996; }

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

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

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

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

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

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

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

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