Shades of Granny Apple #B6FFCB
Tints of Granny Apple #B6FFCB
RGB
CMYK
RGB Variations
Color information
#B6FFCB (or 0xB6FFCB) is known color: Granny Apple. HEX triplet: B6, FF and CB. RGB value is (182,255,203). Sum of RGB (Red+Green+Blue) = 182+255+203=640 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.44% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFCB is #490034. Grayscale: #E3E3E3. Windows color (decimal): -4784181 or 13369270. OLE color: 13369270.
HSL color Cylindrical-coordinate representation of color #B6FFCB: hue angle of 137.26º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFCB is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 203 | - |
| CMYK | 0.29 | 0 | 0.20 | 0 |
| HSL | 137.26º | 1% | 0.86% | - |
| HSV(B) | 137.26º | 0.29% | 1% | - |
| XYZ | 65.83 | 85.78 | 69.59 | - |
| YUV | 227.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 203 | 0.29 | 0 | 0.20 | 0 | 137.26 | 1 | 0.86 |
| Hex | B6 | FF | CB | 1D | 0 | 14 | 0 | 89 | 64 | 56 |
| Octal | 266 | 377 | 313 | 35 | 0 | 24 | 0 | 211 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11001011 | 11101 | 0 | 10100 | 0 | 10001001 | 1100100 | 1010110 |
Color Harmonies of #B6FFCB
Complementary color
Monochromatic Colors of #B6FFCB
Black with #B6FFCB
Text Example
Text Example
White with #B6FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFCB; }
p { color: rgb(182,255,203); }
H1.HeaderClassName
{
color: #B6FFCB;
}
.AnyTagClassName
{
color: #B6FFCB;
}
</style>
background-color css
<style>
a { background-color: #B6FFCB; }
a { background-color: rgb(182,255,203); }
div.DivClassName
{
background-color: #B6FFCB;
}
.BgClassName
{
background-color: #B6FFCB;
}
</style>
border-color css
<style>
span { border-color: #B6FFCB; }
span { border-color: rgb(182,255,203); }
td.TdClassName
{
border-color: #B6FFCB;
}
.TagClassName
{
border-color: #B6FFCB;
}
</style>