Shades of Blue Haze #C3BED2
Tints of Blue Haze #C3BED2
RGB
CMYK
RGB Variations
Color information
#C3BED2 (or 0xC3BED2) is known color: Blue Haze. HEX triplet: C3, BE and D2. RGB value is (195,190,210). Sum of RGB (Red+Green+Blue) = 195+190+210=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BED2 is #3C412D. Grayscale: #C1C1C1. Windows color (decimal): -3948846 or 13811395. OLE color: 13811395.
HSL color Cylindrical-coordinate representation of color #C3BED2: hue angle of 255º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BED2 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 190 | 210 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.18 |
| HSL | 255º | 0.18% | 0.78% | - |
| HSV(B) | 255º | 0.1% | 0.82% | - |
| XYZ | 52.55 | 53.08 | 68.45 | - |
| YUV | 193.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 210 | 0.07 | 0.10 | 0 | 0.18 | 255 | 0.18 | 0.78 |
| Hex | C3 | BE | D2 | 7 | A | 0 | 12 | FF | 12 | 4E |
| Octal | 303 | 276 | 322 | 7 | 12 | 0 | 22 | 377 | 22 | 116 |
| Binary | 11000011 | 10111110 | 11010010 | 111 | 1010 | 0 | 10010 | 11111111 | 10010 | 1001110 |
Color Harmonies of #C3BED2
Complementary color
Monochromatic Colors of #C3BED2
Black with #C3BED2
Text Example
Text Example
White with #C3BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BED2; }
p { color: rgb(195,190,210); }
H1.HeaderClassName
{
color: #C3BED2;
}
.AnyTagClassName
{
color: #C3BED2;
}
</style>
background-color css
<style>
a { background-color: #C3BED2; }
a { background-color: rgb(195,190,210); }
div.DivClassName
{
background-color: #C3BED2;
}
.BgClassName
{
background-color: #C3BED2;
}
</style>
border-color css
<style>
span { border-color: #C3BED2; }
span { border-color: rgb(195,190,210); }
td.TdClassName
{
border-color: #C3BED2;
}
.TagClassName
{
border-color: #C3BED2;
}
</style>