#BBE5CB

Color #BBE5CB Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BBE5CB

Tints of Granny Apple #BBE5CB

Color information

#BBE5CB (or 0xBBE5CB) is unknown color: approx Granny Apple. HEX triplet: BB, E5 and CB. RGB value is (187,229,203). Sum of RGB (Red+Green+Blue) = 187+229+203=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5CB is #441A34. Grayscale: #D5D5D5. Windows color (decimal): -4463157 or 13362619. OLE color: 13362619.

HSL color Cylindrical-coordinate representation of color #BBE5CB: hue angle of 142.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5CB is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB187229203-
CMYK0.1800.110.10
HSL142.86º44.68%81.57%-
HSV(B)142.86º18.34%89.8%-
XYZ59.2970.9267.06-
YUV213.48122.09109.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.21%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 203 (79.69% from 255) = 32.79%
R=30.21%
G=37.00%
B=32.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872292030.1800.110.10142.8644.6881.57
HexBBE5CB120BA8f2d52
Octal273345313220131221755122
Binary10111011111001011100101110010010111010100011111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5CB; }

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

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

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

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

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

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

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

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