#BDFBEC

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

Shades of Water Leaf #BDFBEC

Tints of Water Leaf #BDFBEC

Color information

#BDFBEC (or 0xBDFBEC) is unknown color: approx Water Leaf. HEX triplet: BD, FB and EC. RGB value is (189,251,236). Sum of RGB (Red+Green+Blue) = 189+251+236=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBEC is #420413. Grayscale: #E6E6E6. Windows color (decimal): -4326420 or 15530941. OLE color: 15530941.

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

Color convert

RGB189251236-
CMYK0.2500.060.02
HSL165.48º88.57%86.27%-
HSV(B)165.48º24.7%98.43%-
XYZ70.6285.8792.21-
YUV230.75130.9698.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.96%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=27.96%
G=37.13%
B=34.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512360.2500.060.02165.4888.5786.27
HexBDFBEC19062a55956
Octal27537335431062245131126
Binary101111011111101111101100110010110101010010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBEC; }

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

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

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

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

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

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

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

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