#BDFBEA

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

Shades of Water Leaf #BDFBEA

Tints of Water Leaf #BDFBEA

Color information

#BDFBEA (or 0xBDFBEA) is unknown color: approx Water Leaf. HEX triplet: BD, FB and EA. RGB value is (189,251,234). Sum of RGB (Red+Green+Blue) = 189+251+234=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBEA is #420415. Grayscale: #E6E6E6. Windows color (decimal): -4326422 or 15399869. OLE color: 15399869.

HSL color Cylindrical-coordinate representation of color #BDFBEA: hue angle of 163.55º 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 #BDFBEA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB189251234-
CMYK0.2500.070.02
HSL163.55º88.57%86.27%-
HSV(B)163.55º24.7%98.43%-
XYZ70.3385.7590.69-
YUV230.52129.9698.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=28.04%
G=37.24%
B=34.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512340.2500.070.02163.5588.5786.27
HexBDFBEA19072a45956
Octal27537335231072244131126
Binary101111011111101111101010110010111101010010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBEA; }

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

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

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

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

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

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

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

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