#BBEBE3

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

Shades of Water Leaf #BBEBE3

Tints of Water Leaf #BBEBE3

Color information

#BBEBE3 (or 0xBBEBE3) is unknown color: approx Water Leaf. HEX triplet: BB, EB and E3. RGB value is (187,235,227). Sum of RGB (Red+Green+Blue) = 187+235+227=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBE3 is #44141C. Grayscale: #DBDBDB. Windows color (decimal): -4461597 or 14937019. OLE color: 14937019.

HSL color Cylindrical-coordinate representation of color #BBEBE3: hue angle of 170º 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 #BBEBE3 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB187235227-
CMYK0.2000.030.08
HSL170º54.55%82.75%-
HSV(B)170º20.43%92.16%-
XYZ64.0775.5383.87-
YUV219.74132.1104.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 227 (89.06% from 255) = 34.98%
R=28.81%
G=36.21%
B=34.98%

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
Decimal1872352270.2000.030.0817054.5582.75
HexBBEBE314038aa3753
Octal27335334324031025267123
Binary101110111110101111100011101000111000101010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBE3; }

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

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

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

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

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

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

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

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