#BCEEE4

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

Shades of Water Leaf #BCEEE4

Tints of Water Leaf #BCEEE4

Color information

#BCEEE4 (or 0xBCEEE4) is unknown color: approx Water Leaf. HEX triplet: BC, EE and E4. RGB value is (188,238,228). Sum of RGB (Red+Green+Blue) = 188+238+228=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE4 is #43111B. Grayscale: #DDDDDD. Windows color (decimal): -4395292 or 15003324. OLE color: 15003324.

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

Color convert

RGB188238228-
CMYK0.2100.040.07
HSL168º59.52%83.53%-
HSV(B)168º21.01%93.33%-
XYZ65.3277.4484.9-
YUV221.91131.44103.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=28.75%
G=36.39%
B=34.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882382280.2100.040.0716859.5283.53
HexBCEEE415047a83c54
Octal2743563442504725074124
Binary101111001110111011100100101010100111101010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEE4; }

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

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

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

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

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

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

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

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