#BDFEEA

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

Shades of Water Leaf #BDFEEA

Tints of Water Leaf #BDFEEA

Color information

#BDFEEA (or 0xBDFEEA) is unknown color: approx Water Leaf. HEX triplet: BD, FE and EA. RGB value is (189,254,234). Sum of RGB (Red+Green+Blue) = 189+254+234=677 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.92% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEEA is #420115. Grayscale: #E8E8E8. Windows color (decimal): -4325654 or 15400637. OLE color: 15400637.

HSL color Cylindrical-coordinate representation of color #BDFEEA: hue angle of 161.54º 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 #BDFEEA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB189254234-
CMYK0.2600.080.00
HSL161.54º97.01%86.86%-
HSV(B)161.54º25.59%99.61%-
XYZ71.2887.6491-
YUV232.28128.9797.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.92%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=27.92%
G=37.52%
B=34.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542340.2600.080.00161.5497.0186.86
HexBDFEEA1A080a26157
Octal275376352320100242141127
Binary101111011111111011101010110100100001010001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEEA; }

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

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

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

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

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

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

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

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