#BCEEE2

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

Shades of Water Leaf #BCEEE2

Tints of Water Leaf #BCEEE2

Color information

#BCEEE2 (or 0xBCEEE2) is unknown color: approx Water Leaf. HEX triplet: BC, EE and E2. RGB value is (188,238,226). Sum of RGB (Red+Green+Blue) = 188+238+226=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE2 is #43111D. Grayscale: #DDDDDD. Windows color (decimal): -4395294 or 14872252. OLE color: 14872252.

HSL color Cylindrical-coordinate representation of color #BCEEE2: hue angle of 165.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 #BCEEE2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB188238226-
CMYK0.2100.050.07
HSL165.6º59.52%83.53%-
HSV(B)165.6º21.01%93.33%-
XYZ65.0477.3383.45-
YUV221.68130.44103.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.83%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=28.83%
G=36.50%
B=34.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382260.2100.050.07165.659.5283.53
HexBCEEE215057a63c54
Octal2743563422505724674124
Binary101111001110111011100010101010101111101001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEE2; }

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

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

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

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

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

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

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

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