#BDFFEE

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

Shades of Water Leaf #BDFFEE

Tints of Water Leaf #BDFFEE

Color information

#BDFFEE (or 0xBDFFEE) is unknown color: approx Water Leaf. HEX triplet: BD, FF and EE. RGB value is (189,255,238). Sum of RGB (Red+Green+Blue) = 189+255+238=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 238 (93.36% from 255 or 34.90% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFFEE is #420011. Grayscale: #E9E9E9. Windows color (decimal): -4325394 or 15663037. OLE color: 15663037.

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

Color convert

RGB189255238-
CMYK0.2600.070
HSL164.55º100%87.06%-
HSV(B)164.55º25.88%100%-
XYZ72.1888.5194.17-
YUV233.33130.6396.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.71%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 238 (93.36% from 255) = 34.90%
R=27.71%
G=37.39%
B=34.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552380.2600.070164.5510087.06
HexBDFFEE1A070a56457
Octal27537735632070245144127
Binary10111101111111111110111011010011101010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFEE; }

 p { color: rgb(189,255,238); }

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

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

 a { background-color: rgb(189,255,238); }

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

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

 span { border-color: rgb(189,255,238); }

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