#BCEEE5

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

Shades of Water Leaf #BCEEE5

Tints of Water Leaf #BCEEE5

Color information

#BCEEE5 (or 0xBCEEE5) is unknown color: approx Water Leaf. HEX triplet: BC, EE and E5. RGB value is (188,238,229). Sum of RGB (Red+Green+Blue) = 188+238+229=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE5 is #43111A. Grayscale: #DEDEDE. Windows color (decimal): -4395291 or 15068860. OLE color: 15068860.

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

Color convert

RGB188238229-
CMYK0.2100.040.07
HSL169.2º59.52%83.53%-
HSV(B)169.2º21.01%93.33%-
XYZ65.4677.585.64-
YUV222.02131.94103.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.70%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=28.70%
G=36.34%
B=34.96%

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
Decimal1882382290.2100.040.07169.259.5283.53
HexBCEEE515047a93c54
Octal2743563452504725174124
Binary101111001110111011100101101010100111101010011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEE5; }

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

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

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

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

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

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

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

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