Shades of Blue Haze #C3BFCB
Tints of Blue Haze #C3BFCB
RGB
CMYK
RGB Variations
Color information
#C3BFCB (or 0xC3BFCB) is known color: Blue Haze. HEX triplet: C3, BF and CB. RGB value is (195,191,203). Sum of RGB (Red+Green+Blue) = 195+191+203=589 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.11% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFCB is #3C4034. Grayscale: #C1C1C1. Windows color (decimal): -3948597 or 13352899. OLE color: 13352899.
HSL color Cylindrical-coordinate representation of color #C3BFCB: hue angle of 260º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3BFCB is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 191 | 203 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.20 |
| HSL | 260º | 0.1% | 0.77% | - |
| HSV(B) | 260º | 0.06% | 0.8% | - |
| XYZ | 51.92 | 53.18 | 64.03 | - |
| YUV | 193.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 203 | 0.04 | 0.06 | 0 | 0.20 | 260 | 0.1 | 0.77 |
| Hex | C3 | BF | CB | 4 | 6 | 0 | 14 | 104 | A | 4D |
| Octal | 303 | 277 | 313 | 4 | 6 | 0 | 24 | 404 | 12 | 115 |
| Binary | 11000011 | 10111111 | 11001011 | 100 | 110 | 0 | 10100 | 100000100 | 1010 | 1001101 |
Color Harmonies of #C3BFCB
Complementary color
Monochromatic Colors of #C3BFCB
Black with #C3BFCB
Text Example
Text Example
White with #C3BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFCB; }
p { color: rgb(195,191,203); }
H1.HeaderClassName
{
color: #C3BFCB;
}
.AnyTagClassName
{
color: #C3BFCB;
}
</style>
background-color css
<style>
a { background-color: #C3BFCB; }
a { background-color: rgb(195,191,203); }
div.DivClassName
{
background-color: #C3BFCB;
}
.BgClassName
{
background-color: #C3BFCB;
}
</style>
border-color css
<style>
span { border-color: #C3BFCB; }
span { border-color: rgb(195,191,203); }
td.TdClassName
{
border-color: #C3BFCB;
}
.TagClassName
{
border-color: #C3BFCB;
}
</style>