#BBE1C6

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

Shades of Granny Apple #BBE1C6

Tints of Granny Apple #BBE1C6

Color information

#BBE1C6 (or 0xBBE1C6) is unknown color: approx Granny Apple. HEX triplet: BB, E1 and C6. RGB value is (187,225,198). Sum of RGB (Red+Green+Blue) = 187+225+198=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1C6 is #441E39. Grayscale: #D2D2D2. Windows color (decimal): -4464186 or 13033915. OLE color: 13033915.

HSL color Cylindrical-coordinate representation of color #BBE1C6: hue angle of 137.37º 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 #BBE1C6 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB187225198-
CMYK0.1700.120.12
HSL137.37º38.78%80.78%-
HSV(B)137.37º16.89%88.24%-
XYZ57.6168.4963.61-
YUV210.56120.91111.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 198 (77.73% from 255) = 32.46%
R=30.66%
G=36.89%
B=32.46%

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
Decimal1872251980.1700.120.12137.3738.7880.78
HexBBE1C6110CC892751
Octal273341306210141421147121
Binary10111011111000011100011010001011001100100010011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1C6; }

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

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

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

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

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

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

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

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