Shades of Cloud #C2BFB6
Tints of Cloud #C2BFB6
RGB
CMYK
RGB Variations
Color information
#C2BFB6 (or 0xC2BFB6) is known color: Cloud. HEX triplet: C2, BF and B6. RGB value is (194,191,182). Sum of RGB (Red+Green+Blue) = 194+191+182=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFB6 is #3D4049. Grayscale: #BEBEBE. Windows color (decimal): -4014154 or 11976642. OLE color: 11976642.
HSL color Cylindrical-coordinate representation of color #C2BFB6: hue angle of 45º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BFB6 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 182 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.24 |
| HSL | 45º | 0.09% | 0.74% | - |
| HSV(B) | 45º | 0.06% | 0.76% | - |
| XYZ | 49.32 | 52.11 | 51.71 | - |
| YUV | 190.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 182 | 0 | 0.02 | 0.06 | 0.24 | 45 | 0.09 | 0.74 |
| Hex | C2 | BF | B6 | 0 | 2 | 6 | 18 | 2D | 9 | 4A |
| Octal | 302 | 277 | 266 | 0 | 2 | 6 | 30 | 55 | 11 | 112 |
| Binary | 11000010 | 10111111 | 10110110 | 0 | 10 | 110 | 11000 | 101101 | 1001 | 1001010 |
Color Harmonies of #C2BFB6
Complementary color
Monochromatic Colors of #C2BFB6
Black with #C2BFB6
Text Example
Text Example
White with #C2BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFB6; }
p { color: rgb(194,191,182); }
H1.HeaderClassName
{
color: #C2BFB6;
}
.AnyTagClassName
{
color: #C2BFB6;
}
</style>
background-color css
<style>
a { background-color: #C2BFB6; }
a { background-color: rgb(194,191,182); }
div.DivClassName
{
background-color: #C2BFB6;
}
.BgClassName
{
background-color: #C2BFB6;
}
</style>
border-color css
<style>
span { border-color: #C2BFB6; }
span { border-color: rgb(194,191,182); }
td.TdClassName
{
border-color: #C2BFB6;
}
.TagClassName
{
border-color: #C2BFB6;
}
</style>