Shades of Fog #CABAF6
Tints of Fog #CABAF6
RGB
CMYK
RGB Variations
Color information
#CABAF6 (or 0xCABAF6) is known color: Fog. HEX triplet: CA, BA and F6. RGB value is (202,186,246). Sum of RGB (Red+Green+Blue) = 202+186+246=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #CABAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF6 is #354509. Grayscale: #C5C5C5. Windows color (decimal): -3491082 or 16169674. OLE color: 16169674.
HSL color Cylindrical-coordinate representation of color #CABAF6: hue angle of 256º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABAF6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 186 | 246 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.04 |
| HSL | 256º | 0.77% | 0.85% | - |
| HSV(B) | 256º | 0.24% | 0.96% | - |
| XYZ | 58.55 | 54.33 | 94.59 | - |
| YUV | 197.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 246 | 0.18 | 0.24 | 0 | 0.04 | 256 | 0.77 | 0.85 |
| Hex | CA | BA | F6 | 12 | 18 | 0 | 4 | 100 | 4D | 55 |
| Octal | 312 | 272 | 366 | 22 | 30 | 0 | 4 | 400 | 115 | 125 |
| Binary | 11001010 | 10111010 | 11110110 | 10010 | 11000 | 0 | 100 | 100000000 | 1001101 | 1010101 |
Color Harmonies of #CABAF6
Complementary color
Monochromatic Colors of #CABAF6
Black with #CABAF6
Text Example
Text Example
White with #CABAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABAF6; }
p { color: rgb(202,186,246); }
H1.HeaderClassName
{
color: #CABAF6;
}
.AnyTagClassName
{
color: #CABAF6;
}
</style>
background-color css
<style>
a { background-color: #CABAF6; }
a { background-color: rgb(202,186,246); }
div.DivClassName
{
background-color: #CABAF6;
}
.BgClassName
{
background-color: #CABAF6;
}
</style>
border-color css
<style>
span { border-color: #CABAF6; }
span { border-color: rgb(202,186,246); }
td.TdClassName
{
border-color: #CABAF6;
}
.TagClassName
{
border-color: #CABAF6;
}
</style>