#BDFCEC

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

Shades of Water Leaf #BDFCEC

Tints of Water Leaf #BDFCEC

Color information

#BDFCEC (or 0xBDFCEC) is unknown color: approx Water Leaf. HEX triplet: BD, FC and EC. RGB value is (189,252,236). Sum of RGB (Red+Green+Blue) = 189+252+236=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCEC is #420313. Grayscale: #E7E7E7. Windows color (decimal): -4326164 or 15531197. OLE color: 15531197.

HSL color Cylindrical-coordinate representation of color #BDFCEC: hue angle of 164.76º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB189252236-
CMYK0.2500.060.01
HSL164.76º91.3%86.47%-
HSV(B)164.76º25%98.82%-
XYZ70.9486.592.31-
YUV231.34130.6397.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.92%
GREEN value IS 252 (98.83% from 255) = 37.22%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=27.92%
G=37.22%
B=34.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522360.2500.060.01164.7691.386.47
HexBDFCEC19061a55b56
Octal27537435431061245133126
Binary10111101111111001110110011001011011010010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCEC; }

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

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

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

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

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

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

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

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