#BBE1C7

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

Shades of Granny Apple #BBE1C7

Tints of Granny Apple #BBE1C7

Color information

#BBE1C7 (or 0xBBE1C7) is unknown color: approx Granny Apple. HEX triplet: BB, E1 and C7. RGB value is (187,225,199). Sum of RGB (Red+Green+Blue) = 187+225+199=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1C7 is #441E38. Grayscale: #D2D2D2. Windows color (decimal): -4464185 or 13099451. OLE color: 13099451.

HSL color Cylindrical-coordinate representation of color #BBE1C7: hue angle of 138.95º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE1C7 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB187225199-
CMYK0.1700.120.12
HSL138.95º38.78%80.78%-
HSV(B)138.95º16.89%88.24%-
XYZ57.7368.5464.22-
YUV210.67121.41111.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.61%
GREEN value IS 225 (88.28% from 255) = 36.82%
BLUE value IS 199 (78.12% from 255) = 32.57%
R=30.61%
G=36.82%
B=32.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872251990.1700.120.12138.9538.7880.78
HexBBE1C7110CC8b2751
Octal273341307210141421347121
Binary10111011111000011100011110001011001100100010111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1C7; }

 p { color: rgb(187,225,199); }

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

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

 a { background-color: rgb(187,225,199); }

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

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

 span { border-color: rgb(187,225,199); }

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