#BBF1C6

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

Shades of Granny Apple #BBF1C6

Tints of Granny Apple #BBF1C6

Color information

#BBF1C6 (or 0xBBF1C6) is unknown color: approx Granny Apple. HEX triplet: BB, F1 and C6. RGB value is (187,241,198). Sum of RGB (Red+Green+Blue) = 187+241+198=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1C6 is #440E39. Grayscale: #DCDCDC. Windows color (decimal): -4460090 or 13038011. OLE color: 13038011.

HSL color Cylindrical-coordinate representation of color #BBF1C6: hue angle of 132.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1C6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB187241198-
CMYK0.2200.180.05
HSL132.22º65.85%83.92%-
HSV(B)132.22º22.41%94.51%-
XYZ62.1477.5565.12-
YUV219.95115.61104.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 198 (77.73% from 255) = 31.63%
R=29.87%
G=38.50%
B=31.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872411980.2200.180.05132.2265.8583.92
HexBBF1C6160125844254
Octal273361306260225204102124
Binary101110111111000111000110101100100101011000010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1C6; }

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

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

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

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

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

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

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

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