Shades of Fog #CCBAF2
Tints of Fog #CCBAF2
RGB
CMYK
RGB Variations
Color information
#CCBAF2 (or 0xCCBAF2) is known color: Fog. HEX triplet: CC, BA and F2. RGB value is (204,186,242). Sum of RGB (Red+Green+Blue) = 204+186+242=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAF2 is #33450D. Grayscale: #C5C5C5. Windows color (decimal): -3360014 or 15907532. OLE color: 15907532.
HSL color Cylindrical-coordinate representation of color #CCBAF2: hue angle of 259.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCBAF2 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 186 | 242 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.05 |
| HSL | 259.29º | 0.68% | 0.84% | - |
| HSV(B) | 259.29º | 0.23% | 0.95% | - |
| XYZ | 58.49 | 54.37 | 91.42 | - |
| YUV | 197.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 242 | 0.16 | 0.23 | 0 | 0.05 | 259.29 | 0.68 | 0.84 |
| Hex | CC | BA | F2 | 10 | 17 | 0 | 5 | 103 | 44 | 54 |
| Octal | 314 | 272 | 362 | 20 | 27 | 0 | 5 | 403 | 104 | 124 |
| Binary | 11001100 | 10111010 | 11110010 | 10000 | 10111 | 0 | 101 | 100000011 | 1000100 | 1010100 |
Color Harmonies of #CCBAF2
Complementary color
Monochromatic Colors of #CCBAF2
Black with #CCBAF2
Text Example
Text Example
White with #CCBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBAF2; }
p { color: rgb(204,186,242); }
H1.HeaderClassName
{
color: #CCBAF2;
}
.AnyTagClassName
{
color: #CCBAF2;
}
</style>
background-color css
<style>
a { background-color: #CCBAF2; }
a { background-color: rgb(204,186,242); }
div.DivClassName
{
background-color: #CCBAF2;
}
.BgClassName
{
background-color: #CCBAF2;
}
</style>
border-color css
<style>
span { border-color: #CCBAF2; }
span { border-color: rgb(204,186,242); }
td.TdClassName
{
border-color: #CCBAF2;
}
.TagClassName
{
border-color: #CCBAF2;
}
</style>