#BDFBE6

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

Shades of Water Leaf #BDFBE6

Tints of Water Leaf #BDFBE6

Color information

#BDFBE6 (or 0xBDFBE6) is unknown color: approx Water Leaf. HEX triplet: BD, FB and E6. RGB value is (189,251,230). Sum of RGB (Red+Green+Blue) = 189+251+230=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBE6 is #420419. Grayscale: #E6E6E6. Windows color (decimal): -4326426 or 15137725. OLE color: 15137725.

HSL color Cylindrical-coordinate representation of color #BDFBE6: hue angle of 159.68º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBE6 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB189251230-
CMYK0.2500.080.02
HSL159.68º88.57%86.27%-
HSV(B)159.68º24.7%98.43%-
XYZ69.7785.5387.69-
YUV230.07127.9698.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 230 (90.23% from 255) = 34.33%
R=28.21%
G=37.46%
B=34.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512300.2500.080.02159.6888.5786.27
HexBDFBE619082a05956
Octal275373346310102240131126
Binary1011110111111011111001101100101000101010000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBE6; }

 p { color: rgb(189,251,230); }

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

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

 a { background-color: rgb(189,251,230); }

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

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

 span { border-color: rgb(189,251,230); }

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