#BCEEDD

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

Shades of Water Leaf #BCEEDD

Tints of Water Leaf #BCEEDD

Color information

#BCEEDD (or 0xBCEEDD) is unknown color: approx Water Leaf. HEX triplet: BC, EE and DD. RGB value is (188,238,221). Sum of RGB (Red+Green+Blue) = 188+238+221=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEDD is #431122. Grayscale: #DDDDDD. Windows color (decimal): -4395299 or 14544572. OLE color: 14544572.

HSL color Cylindrical-coordinate representation of color #BCEEDD: hue angle of 159.6º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEDD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB188238221-
CMYK0.2100.070.07
HSL159.6º59.52%83.53%-
HSV(B)159.6º21.01%93.33%-
XYZ64.3677.0679.89-
YUV221.11127.94104.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.06%
GREEN value IS 238 (93.36% from 255) = 36.79%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=29.06%
G=36.79%
B=34.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382210.2100.070.07159.659.5283.53
HexBCEEDD15077a03c54
Octal2743563352507724074124
Binary101111001110111011011101101010111111101000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEDD; }

 p { color: rgb(188,238,221); }

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

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

 a { background-color: rgb(188,238,221); }

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

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

 span { border-color: rgb(188,238,221); }

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