Shades of Granny Apple #BFDFCB
Tints of Granny Apple #BFDFCB
RGB
CMYK
RGB Variations
Color information
#BFDFCB (or 0xBFDFCB) is known color: Granny Apple. HEX triplet: BF, DF and CB. RGB value is (191,223,203). Sum of RGB (Red+Green+Blue) = 191+223+203=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFCB is #402034. Grayscale: #D3D3D3. Windows color (decimal): -4202549 or 13361087. OLE color: 13361087.
HSL color Cylindrical-coordinate representation of color #BFDFCB: hue angle of 142.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDFCB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 223 | 203 | - |
CMYK | 0.14 | 0 | 0.09 | 0.13 |
HSL | 142.5º | 0.33% | 0.81% | - |
HSV(B) | 142.5º | 0.14% | 0.87% | - |
XYZ | 58.65 | 68.16 | 66.57 | - |
YUV | 211.15 | 123.4 | 113.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 223 | 203 | 0.14 | 0 | 0.09 | 0.13 | 142.5 | 0.33 | 0.81 |
Hex | BF | DF | CB | E | 0 | 9 | D | 8E | 21 | 51 |
Octal | 277 | 337 | 313 | 16 | 0 | 11 | 15 | 216 | 41 | 121 |
Binary | 10111111 | 11011111 | 11001011 | 1110 | 0 | 1001 | 1101 | 10001110 | 100001 | 1010001 |
Color Harmonies of #BFDFCB
Complementary color
Monochromatic Colors of #BFDFCB
Black with #BFDFCB
Text Example
Text Example
White with #BFDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFCB; }
p { color: rgb(191,223,203); }
H1.HeaderClassName
{
color: #BFDFCB;
}
.AnyTagClassName
{
color: #BFDFCB;
}
</style>
background-color css
<style>
a { background-color: #BFDFCB; }
a { background-color: rgb(191,223,203); }
div.DivClassName
{
background-color: #BFDFCB;
}
.BgClassName
{
background-color: #BFDFCB;
}
</style>
border-color css
<style>
span { border-color: #BFDFCB; }
span { border-color: rgb(191,223,203); }
td.TdClassName
{
border-color: #BFDFCB;
}
.TagClassName
{
border-color: #BFDFCB;
}
</style>