#BDFEF0

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

Shades of Water Leaf #BDFEF0

Tints of Water Leaf #BDFEF0

Color information

#BDFEF0 (or 0xBDFEF0) is unknown color: approx Water Leaf. HEX triplet: BD, FE and F0. RGB value is (189,254,240). Sum of RGB (Red+Green+Blue) = 189+254+240=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEF0 is #42010F. Grayscale: #E8E8E8. Windows color (decimal): -4325648 or 15793853. OLE color: 15793853.

HSL color Cylindrical-coordinate representation of color #BDFEF0: hue angle of 167.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEF0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB189254240-
CMYK0.2600.060.00
HSL167.08º97.01%86.86%-
HSV(B)167.08º25.59%99.61%-
XYZ72.1687.9995.62-
YUV232.97131.9796.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.67%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 240 (94.14% from 255) = 35.14%
R=27.67%
G=37.19%
B=35.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542400.2600.060.00167.0897.0186.86
HexBDFEF01A060a76157
Octal27537636032060247141127
Binary10111101111111101111000011010011001010011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEF0; }

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

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

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

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

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

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

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

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