Shades of Granny Apple #BDF1CC
Tints of Granny Apple #BDF1CC
RGB
CMYK
RGB Variations
Color information
#BDF1CC (or 0xBDF1CC) is known color: Granny Apple. HEX triplet: BD, F1 and CC. RGB value is (189,241,204). Sum of RGB (Red+Green+Blue) = 189+241+204=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1CC is #420E33. Grayscale: #DDDDDD. Windows color (decimal): -4329012 or 13431229. OLE color: 13431229.
HSL color Cylindrical-coordinate representation of color #BDF1CC: hue angle of 137.31º degrees, saturation: 0.65, 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 #BDF1CC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 204 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.05 |
| HSL | 137.31º | 0.65% | 0.84% | - |
| HSV(B) | 137.31º | 0.22% | 0.95% | - |
| XYZ | 63.34 | 78.09 | 68.86 | - |
| YUV | 221.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 204 | 0.22 | 0 | 0.15 | 0.05 | 137.31 | 0.65 | 0.84 |
| Hex | BD | F1 | CC | 16 | 0 | F | 5 | 89 | 41 | 54 |
| Octal | 275 | 361 | 314 | 26 | 0 | 17 | 5 | 211 | 101 | 124 |
| Binary | 10111101 | 11110001 | 11001100 | 10110 | 0 | 1111 | 101 | 10001001 | 1000001 | 1010100 |
Color Harmonies of #BDF1CC
Complementary color
Monochromatic Colors of #BDF1CC
Black with #BDF1CC
Text Example
Text Example
White with #BDF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1CC; }
p { color: rgb(189,241,204); }
H1.HeaderClassName
{
color: #BDF1CC;
}
.AnyTagClassName
{
color: #BDF1CC;
}
</style>
background-color css
<style>
a { background-color: #BDF1CC; }
a { background-color: rgb(189,241,204); }
div.DivClassName
{
background-color: #BDF1CC;
}
.BgClassName
{
background-color: #BDF1CC;
}
</style>
border-color css
<style>
span { border-color: #BDF1CC; }
span { border-color: rgb(189,241,204); }
td.TdClassName
{
border-color: #BDF1CC;
}
.TagClassName
{
border-color: #BDF1CC;
}
</style>