#BDFCED

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

Shades of Water Leaf #BDFCED

Tints of Water Leaf #BDFCED

Color information

#BDFCED (or 0xBDFCED) is unknown color: approx Water Leaf. HEX triplet: BD, FC and ED. RGB value is (189,252,237). Sum of RGB (Red+Green+Blue) = 189+252+237=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCED is #420312. Grayscale: #E7E7E7. Windows color (decimal): -4326163 or 15596733. OLE color: 15596733.

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

Color convert

RGB189252237-
CMYK0.2500.060.01
HSL165.71º91.3%86.47%-
HSV(B)165.71º25%98.82%-
XYZ71.0886.5593.08-
YUV231.45131.1397.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.88%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=27.88%
G=37.17%
B=34.96%

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
Decimal1892522370.2500.060.01165.7191.386.47
HexBDFCED19061a65b56
Octal27537435531061246133126
Binary10111101111111001110110111001011011010011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCED; }

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

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

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

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

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

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

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

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