Shades of Granny Apple #BDFCCB
Tints of Granny Apple #BDFCCB
RGB
CMYK
RGB Variations
Color information
#BDFCCB (or 0xBDFCCB) is known color: Granny Apple. HEX triplet: BD, FC and CB. RGB value is (189,252,203). Sum of RGB (Red+Green+Blue) = 189+252+203=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCCB is #420334. Grayscale: #E3E3E3. Windows color (decimal): -4326197 or 13368509. OLE color: 13368509.
HSL color Cylindrical-coordinate representation of color #BDFCCB: hue angle of 133.33º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCCB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 203 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.01 |
| HSL | 133.33º | 0.91% | 0.86% | - |
| HSV(B) | 133.33º | 0.25% | 0.99% | - |
| XYZ | 66.58 | 84.75 | 69.35 | - |
| YUV | 227.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 203 | 0.25 | 0 | 0.19 | 0.01 | 133.33 | 0.91 | 0.86 |
| Hex | BD | FC | CB | 19 | 0 | 13 | 1 | 85 | 5B | 56 |
| Octal | 275 | 374 | 313 | 31 | 0 | 23 | 1 | 205 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11001011 | 11001 | 0 | 10011 | 1 | 10000101 | 1011011 | 1010110 |
Color Harmonies of #BDFCCB
Complementary color
Monochromatic Colors of #BDFCCB
Black with #BDFCCB
Text Example
Text Example
White with #BDFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCCB; }
p { color: rgb(189,252,203); }
H1.HeaderClassName
{
color: #BDFCCB;
}
.AnyTagClassName
{
color: #BDFCCB;
}
</style>
background-color css
<style>
a { background-color: #BDFCCB; }
a { background-color: rgb(189,252,203); }
div.DivClassName
{
background-color: #BDFCCB;
}
.BgClassName
{
background-color: #BDFCCB;
}
</style>
border-color css
<style>
span { border-color: #BDFCCB; }
span { border-color: rgb(189,252,203); }
td.TdClassName
{
border-color: #BDFCCB;
}
.TagClassName
{
border-color: #BDFCCB;
}
</style>