Shades of Fog #CBBAFA
Tints of Fog #CBBAFA
RGB
CMYK
RGB Variations
Color information
#CBBAFA (or 0xCBBAFA) is known color: Fog. HEX triplet: CB, BA and FA. RGB value is (203,186,250). Sum of RGB (Red+Green+Blue) = 203+186+250=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAFA is #344505. Grayscale: #C6C6C6. Windows color (decimal): -3425542 or 16431819. OLE color: 16431819.
HSL color Cylindrical-coordinate representation of color #CBBAFA: hue angle of 255.94º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBBAFA is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 186 | 250 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.02 |
| HSL | 255.94º | 0.86% | 0.85% | - |
| HSV(B) | 255.94º | 0.26% | 0.98% | - |
| XYZ | 59.44 | 54.72 | 97.87 | - |
| YUV | 198.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 250 | 0.19 | 0.26 | 0 | 0.02 | 255.94 | 0.86 | 0.85 |
| Hex | CB | BA | FA | 13 | 1A | 0 | 2 | 100 | 56 | 55 |
| Octal | 313 | 272 | 372 | 23 | 32 | 0 | 2 | 400 | 126 | 125 |
| Binary | 11001011 | 10111010 | 11111010 | 10011 | 11010 | 0 | 10 | 100000000 | 1010110 | 1010101 |
Color Harmonies of #CBBAFA
Complementary color
Monochromatic Colors of #CBBAFA
Black with #CBBAFA
Text Example
Text Example
White with #CBBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBAFA; }
p { color: rgb(203,186,250); }
H1.HeaderClassName
{
color: #CBBAFA;
}
.AnyTagClassName
{
color: #CBBAFA;
}
</style>
background-color css
<style>
a { background-color: #CBBAFA; }
a { background-color: rgb(203,186,250); }
div.DivClassName
{
background-color: #CBBAFA;
}
.BgClassName
{
background-color: #CBBAFA;
}
</style>
border-color css
<style>
span { border-color: #CBBAFA; }
span { border-color: rgb(203,186,250); }
td.TdClassName
{
border-color: #CBBAFA;
}
.TagClassName
{
border-color: #CBBAFA;
}
</style>