#BDFEEC

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

Shades of Water Leaf #BDFEEC

Tints of Water Leaf #BDFEEC

Color information

#BDFEEC (or 0xBDFEEC) is unknown color: approx Water Leaf. HEX triplet: BD, FE and EC. RGB value is (189,254,236). Sum of RGB (Red+Green+Blue) = 189+254+236=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEEC is #420113. Grayscale: #E8E8E8. Windows color (decimal): -4325652 or 15531709. OLE color: 15531709.

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

Color convert

RGB189254236-
CMYK0.2600.070.00
HSL163.38º97.01%86.86%-
HSV(B)163.38º25.59%99.61%-
XYZ71.5787.7692.52-
YUV232.51129.9796.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.84%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 236 (92.58% from 255) = 34.76%
R=27.84%
G=37.41%
B=34.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542360.2600.070.00163.3897.0186.86
HexBDFEEC1A070a36157
Octal27537635432070243141127
Binary10111101111111101110110011010011101010001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEEC; }

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

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

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

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

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

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

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

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