Shades of Fog #CCBAFC
Tints of Fog #CCBAFC
RGB
CMYK
RGB Variations
Color information
#CCBAFC (or 0xCCBAFC) is known color: Fog. HEX triplet: CC, BA and FC. RGB value is (204,186,252). Sum of RGB (Red+Green+Blue) = 204+186+252=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCBAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAFC is #334503. Grayscale: #C6C6C6. Windows color (decimal): -3360004 or 16562892. OLE color: 16562892.
HSL color Cylindrical-coordinate representation of color #CCBAFC: hue angle of 256.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCBAFC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 186 | 252 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.01 |
| HSL | 256.36º | 0.92% | 0.86% | - |
| HSV(B) | 256.36º | 0.26% | 0.99% | - |
| XYZ | 60.03 | 54.98 | 99.54 | - |
| YUV | 198.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 252 | 0.19 | 0.26 | 0 | 0.01 | 256.36 | 0.92 | 0.86 |
| Hex | CC | BA | FC | 13 | 1A | 0 | 1 | 100 | 5C | 56 |
| Octal | 314 | 272 | 374 | 23 | 32 | 0 | 1 | 400 | 134 | 126 |
| Binary | 11001100 | 10111010 | 11111100 | 10011 | 11010 | 0 | 1 | 100000000 | 1011100 | 1010110 |
Color Harmonies of #CCBAFC
Complementary color
Monochromatic Colors of #CCBAFC
Black with #CCBAFC
Text Example
Text Example
White with #CCBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAFC; }
p { color: rgb(204,186,252); }
H1.HeaderClassName
{
color: #CCBAFC;
}
.AnyTagClassName
{
color: #CCBAFC;
}
</style>
background-color css
<style>
a { background-color: #CCBAFC; }
a { background-color: rgb(204,186,252); }
div.DivClassName
{
background-color: #CCBAFC;
}
.BgClassName
{
background-color: #CCBAFC;
}
</style>
border-color css
<style>
span { border-color: #CCBAFC; }
span { border-color: rgb(204,186,252); }
td.TdClassName
{
border-color: #CCBAFC;
}
.TagClassName
{
border-color: #CCBAFC;
}
</style>