#BBECE5

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

Shades of Water Leaf #BBECE5

Tints of Water Leaf #BBECE5

Color information

#BBECE5 (or 0xBBECE5) is unknown color: approx Water Leaf. HEX triplet: BB, EC and E5. RGB value is (187,236,229). Sum of RGB (Red+Green+Blue) = 187+236+229=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECE5 is #44131A. Grayscale: #DCDCDC. Windows color (decimal): -4461339 or 15068347. OLE color: 15068347.

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

Color convert

RGB187236229-
CMYK0.2100.030.07
HSL171.43º56.32%82.94%-
HSV(B)171.43º20.76%92.55%-
XYZ64.6376.2185.43-
YUV220.55132.77104.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 236 (92.58% from 255) = 36.20%
BLUE value IS 229 (89.84% from 255) = 35.12%
R=28.68%
G=36.20%
B=35.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872362290.2100.030.07171.4356.3282.94
HexBBECE515037ab3853
Octal2733543452503725370123
Binary10111011111011001110010110101011111101010111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBECE5; }

 p { color: rgb(187,236,229); }

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

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

 a { background-color: rgb(187,236,229); }

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

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

 span { border-color: rgb(187,236,229); }

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