#BBEBE4

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

Shades of Water Leaf #BBEBE4

Tints of Water Leaf #BBEBE4

Color information

#BBEBE4 (or 0xBBEBE4) is unknown color: approx Water Leaf. HEX triplet: BB, EB and E4. RGB value is (187,235,228). Sum of RGB (Red+Green+Blue) = 187+235+228=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBE4 is #44141B. Grayscale: #DBDBDB. Windows color (decimal): -4461596 or 15002555. OLE color: 15002555.

HSL color Cylindrical-coordinate representation of color #BBEBE4: hue angle of 171.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBE4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB187235228-
CMYK0.2000.030.08
HSL171.25º54.55%82.75%-
HSV(B)171.25º20.43%92.16%-
XYZ64.2175.5884.6-
YUV219.85132.6104.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=28.77%
G=36.15%
B=35.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352280.2000.030.08171.2554.5582.75
HexBBEBE414038ab3753
Octal27335334424031025367123
Binary101110111110101111100100101000111000101010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBE4; }

 p { color: rgb(187,235,228); }

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

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

 a { background-color: rgb(187,235,228); }

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

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

 span { border-color: rgb(187,235,228); }

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