Shades of Cloud #C2BFB8
Tints of Cloud #C2BFB8
RGB
CMYK
RGB Variations
Color information
#C2BFB8 (or 0xC2BFB8) is known color: Cloud. HEX triplet: C2, BF and B8. RGB value is (194,191,184). Sum of RGB (Red+Green+Blue) = 194+191+184=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFB8 is #3D4047. Grayscale: #BFBFBF. Windows color (decimal): -4014152 or 12107714. OLE color: 12107714.
HSL color Cylindrical-coordinate representation of color #C2BFB8: hue angle of 42º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BFB8 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 184 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.24 |
| HSL | 42º | 0.08% | 0.74% | - |
| HSV(B) | 42º | 0.05% | 0.76% | - |
| XYZ | 49.53 | 52.19 | 52.81 | - |
| YUV | 191.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 184 | 0 | 0.02 | 0.05 | 0.24 | 42 | 0.08 | 0.74 |
| Hex | C2 | BF | B8 | 0 | 2 | 5 | 18 | 2A | 8 | 4A |
| Octal | 302 | 277 | 270 | 0 | 2 | 5 | 30 | 52 | 10 | 112 |
| Binary | 11000010 | 10111111 | 10111000 | 0 | 10 | 101 | 11000 | 101010 | 1000 | 1001010 |
Color Harmonies of #C2BFB8
Complementary color
Monochromatic Colors of #C2BFB8
Black with #C2BFB8
Text Example
Text Example
White with #C2BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFB8; }
p { color: rgb(194,191,184); }
H1.HeaderClassName
{
color: #C2BFB8;
}
.AnyTagClassName
{
color: #C2BFB8;
}
</style>
background-color css
<style>
a { background-color: #C2BFB8; }
a { background-color: rgb(194,191,184); }
div.DivClassName
{
background-color: #C2BFB8;
}
.BgClassName
{
background-color: #C2BFB8;
}
</style>
border-color css
<style>
span { border-color: #C2BFB8; }
span { border-color: rgb(194,191,184); }
td.TdClassName
{
border-color: #C2BFB8;
}
.TagClassName
{
border-color: #C2BFB8;
}
</style>