Shades of Heather #AFBBC3
Tints of Heather #AFBBC3
RGB
CMYK
RGB Variations
Color information
#AFBBC3 (or 0xAFBBC3) is known color: Heather. HEX triplet: AF, BB and C3. RGB value is (175,187,195). Sum of RGB (Red+Green+Blue) = 175+187+195=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFBBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBC3 is #50443C. Grayscale: #B8B8B8. Windows color (decimal): -5260349 or 12827567. OLE color: 12827567.
HSL color Cylindrical-coordinate representation of color #AFBBC3: hue angle of 204º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBBC3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 175 | 187 | 195 | - |
CMYK | 0.10 | 0.04 | 0 | 0.24 |
HSL | 204º | 0.14% | 0.73% | - |
HSV(B) | 204º | 0.1% | 0.76% | - |
XYZ | 45.3 | 48.59 | 58.62 | - |
YUV | 184.32 | 134.02 | 121.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 187 | 195 | 0.10 | 0.04 | 0 | 0.24 | 204 | 0.14 | 0.73 |
Hex | AF | BB | C3 | A | 4 | 0 | 18 | CC | E | 49 |
Octal | 257 | 273 | 303 | 12 | 4 | 0 | 30 | 314 | 16 | 111 |
Binary | 10101111 | 10111011 | 11000011 | 1010 | 100 | 0 | 11000 | 11001100 | 1110 | 1001001 |
Color Harmonies of #AFBBC3
Complementary color
Monochromatic Colors of #AFBBC3
Black with #AFBBC3
Text Example
Text Example
White with #AFBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBC3; }
p { color: rgb(175,187,195); }
H1.HeaderClassName
{
color: #AFBBC3;
}
.AnyTagClassName
{
color: #AFBBC3;
}
</style>
background-color css
<style>
a { background-color: #AFBBC3; }
a { background-color: rgb(175,187,195); }
div.DivClassName
{
background-color: #AFBBC3;
}
.BgClassName
{
background-color: #AFBBC3;
}
</style>
border-color css
<style>
span { border-color: #AFBBC3; }
span { border-color: rgb(175,187,195); }
td.TdClassName
{
border-color: #AFBBC3;
}
.TagClassName
{
border-color: #AFBBC3;
}
</style>