#BBE7CB

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

Shades of Granny Apple #BBE7CB

Tints of Granny Apple #BBE7CB

Color information

#BBE7CB (or 0xBBE7CB) is unknown color: approx Granny Apple. HEX triplet: BB, E7 and CB. RGB value is (187,231,203). Sum of RGB (Red+Green+Blue) = 187+231+203=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CB is #441834. Grayscale: #D6D6D6. Windows color (decimal): -4462645 or 13363131. OLE color: 13363131.

HSL color Cylindrical-coordinate representation of color #BBE7CB: hue angle of 141.82º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7CB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB187231203-
CMYK0.1900.120.09
HSL141.82º47.83%81.96%-
HSV(B)141.82º19.05%90.59%-
XYZ59.8572.0367.25-
YUV214.65121.42108.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 231 (90.62% from 255) = 37.20%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=30.11%
G=37.20%
B=32.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312030.1900.120.09141.8247.8381.96
HexBBE7CB130C98e3052
Octal273347313230141121660122
Binary10111011111001111100101110011011001001100011101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7CB; }

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

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

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

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

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

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

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

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