Shades of Granny Apple #BDF5CB
Tints of Granny Apple #BDF5CB
RGB
CMYK
RGB Variations
Color information
#BDF5CB (or 0xBDF5CB) is known color: Granny Apple. HEX triplet: BD, F5 and CB. RGB value is (189,245,203). Sum of RGB (Red+Green+Blue) = 189+245+203=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5CB is #420A34. Grayscale: #DFDFDF. Windows color (decimal): -4327989 or 13366717. OLE color: 13366717.
HSL color Cylindrical-coordinate representation of color #BDF5CB: hue angle of 135º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5CB is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 203 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.04 |
| HSL | 135º | 0.74% | 0.85% | - |
| HSV(B) | 135º | 0.23% | 0.96% | - |
| XYZ | 64.42 | 80.44 | 68.63 | - |
| YUV | 223.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 203 | 0.23 | 0 | 0.17 | 0.04 | 135 | 0.74 | 0.85 |
| Hex | BD | F5 | CB | 17 | 0 | 11 | 4 | 87 | 4A | 55 |
| Octal | 275 | 365 | 313 | 27 | 0 | 21 | 4 | 207 | 112 | 125 |
| Binary | 10111101 | 11110101 | 11001011 | 10111 | 0 | 10001 | 100 | 10000111 | 1001010 | 1010101 |
Color Harmonies of #BDF5CB
Complementary color
Monochromatic Colors of #BDF5CB
Black with #BDF5CB
Text Example
Text Example
White with #BDF5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5CB; }
p { color: rgb(189,245,203); }
H1.HeaderClassName
{
color: #BDF5CB;
}
.AnyTagClassName
{
color: #BDF5CB;
}
</style>
background-color css
<style>
a { background-color: #BDF5CB; }
a { background-color: rgb(189,245,203); }
div.DivClassName
{
background-color: #BDF5CB;
}
.BgClassName
{
background-color: #BDF5CB;
}
</style>
border-color css
<style>
span { border-color: #BDF5CB; }
span { border-color: rgb(189,245,203); }
td.TdClassName
{
border-color: #BDF5CB;
}
.TagClassName
{
border-color: #BDF5CB;
}
</style>