Shades of Fog #CCBEF2
Tints of Fog #CCBEF2
RGB
CMYK
RGB Variations
Color information
#CCBEF2 (or 0xCCBEF2) is known color: Fog. HEX triplet: CC, BE and F2. RGB value is (204,190,242). Sum of RGB (Red+Green+Blue) = 204+190+242=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEF2 is #33410D. Grayscale: #C7C7C7. Windows color (decimal): -3358990 or 15908556. OLE color: 15908556.
HSL color Cylindrical-coordinate representation of color #CCBEF2: hue angle of 256.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBEF2 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 190 | 242 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.05 |
| HSL | 256.15º | 0.67% | 0.85% | - |
| HSV(B) | 256.15º | 0.21% | 0.95% | - |
| XYZ | 59.34 | 56.08 | 91.7 | - |
| YUV | 200.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 242 | 0.16 | 0.21 | 0 | 0.05 | 256.15 | 0.67 | 0.85 |
| Hex | CC | BE | F2 | 10 | 15 | 0 | 5 | 100 | 43 | 55 |
| Octal | 314 | 276 | 362 | 20 | 25 | 0 | 5 | 400 | 103 | 125 |
| Binary | 11001100 | 10111110 | 11110010 | 10000 | 10101 | 0 | 101 | 100000000 | 1000011 | 1010101 |
Color Harmonies of #CCBEF2
Complementary color
Monochromatic Colors of #CCBEF2
Black with #CCBEF2
Text Example
Text Example
White with #CCBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEF2; }
p { color: rgb(204,190,242); }
H1.HeaderClassName
{
color: #CCBEF2;
}
.AnyTagClassName
{
color: #CCBEF2;
}
</style>
background-color css
<style>
a { background-color: #CCBEF2; }
a { background-color: rgb(204,190,242); }
div.DivClassName
{
background-color: #CCBEF2;
}
.BgClassName
{
background-color: #CCBEF2;
}
</style>
border-color css
<style>
span { border-color: #CCBEF2; }
span { border-color: rgb(204,190,242); }
td.TdClassName
{
border-color: #CCBEF2;
}
.TagClassName
{
border-color: #CCBEF2;
}
</style>