#BBF1C9

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

Shades of Granny Apple #BBF1C9

Tints of Granny Apple #BBF1C9

Color information

#BBF1C9 (or 0xBBF1C9) is unknown color: approx Granny Apple. HEX triplet: BB, F1 and C9. RGB value is (187,241,201). Sum of RGB (Red+Green+Blue) = 187+241+201=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1C9 is #440E36. Grayscale: #DCDCDC. Windows color (decimal): -4460087 or 13234619. OLE color: 13234619.

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

Color convert

RGB187241201-
CMYK0.2200.170.05
HSL135.56º65.85%83.92%-
HSV(B)135.56º22.41%94.51%-
XYZ62.4977.6966.96-
YUV220.29117.11104.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=29.73%
G=38.31%
B=31.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412010.2200.170.05135.5665.8583.92
HexBBF1C9160115884254
Octal273361311260215210102124
Binary101110111111000111001001101100100011011000100010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1C9; }

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

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

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

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

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

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

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

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