Shades of Granny Apple #BBF1C3
Tints of Granny Apple #BBF1C3
RGB
CMYK
RGB Variations
Color information
#BBF1C3 (or 0xBBF1C3) is known color: Granny Apple. HEX triplet: BB, F1 and C3. RGB value is (187,241,195). Sum of RGB (Red+Green+Blue) = 187+241+195=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 241 (94.53% from 255 or 38.68% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1C3 is #440E3C. Grayscale: #DBDBDB. Windows color (decimal): -4460093 or 12841403. OLE color: 12841403.
HSL color Cylindrical-coordinate representation of color #BBF1C3: hue angle of 128.89º 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 #BBF1C3 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 195 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.05 |
| HSL | 128.89º | 0.66% | 0.84% | - |
| HSV(B) | 128.89º | 0.22% | 0.95% | - |
| XYZ | 61.8 | 77.42 | 63.32 | - |
| YUV | 219.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 195 | 0.22 | 0 | 0.19 | 0.05 | 128.89 | 0.66 | 0.84 |
| Hex | BB | F1 | C3 | 16 | 0 | 13 | 5 | 81 | 42 | 54 |
| Octal | 273 | 361 | 303 | 26 | 0 | 23 | 5 | 201 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11000011 | 10110 | 0 | 10011 | 101 | 10000001 | 1000010 | 1010100 |
Color Harmonies of #BBF1C3
Complementary color
Monochromatic Colors of #BBF1C3
Black with #BBF1C3
Text Example
Text Example
White with #BBF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1C3; }
p { color: rgb(187,241,195); }
H1.HeaderClassName
{
color: #BBF1C3;
}
.AnyTagClassName
{
color: #BBF1C3;
}
</style>
background-color css
<style>
a { background-color: #BBF1C3; }
a { background-color: rgb(187,241,195); }
div.DivClassName
{
background-color: #BBF1C3;
}
.BgClassName
{
background-color: #BBF1C3;
}
</style>
border-color css
<style>
span { border-color: #BBF1C3; }
span { border-color: rgb(187,241,195); }
td.TdClassName
{
border-color: #BBF1C3;
}
.TagClassName
{
border-color: #BBF1C3;
}
</style>