#BDF0E4

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

Shades of Water Leaf #BDF0E4

Tints of Water Leaf #BDF0E4

Color information

#BDF0E4 (or 0xBDF0E4) is unknown color: approx Water Leaf. HEX triplet: BD, F0 and E4. RGB value is (189,240,228). Sum of RGB (Red+Green+Blue) = 189+240+228=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0E4 is #420F1B. Grayscale: #DFDFDF. Windows color (decimal): -4329244 or 15003837. OLE color: 15003837.

HSL color Cylindrical-coordinate representation of color #BDF0E4: hue angle of 165.88º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0E4 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB189240228-
CMYK0.2100.050.06
HSL165.88º62.96%84.12%-
HSV(B)165.88º21.25%94.12%-
XYZ66.1578.7485.11-
YUV223.38130.6103.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=28.77%
G=36.53%
B=34.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402280.2100.050.06165.8862.9684.12
HexBDF0E415056a63f54
Octal2753603442505624677124
Binary101111011111000011100100101010101110101001101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0E4; }

 p { color: rgb(189,240,228); }

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

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

 a { background-color: rgb(189,240,228); }

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

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

 span { border-color: rgb(189,240,228); }

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