Shades of Blue Haze #B6B5CC
Tints of Blue Haze #B6B5CC
RGB
CMYK
RGB Variations
Color information
#B6B5CC (or 0xB6B5CC) is known color: Blue Haze. HEX triplet: B6, B5 and CC. RGB value is (182,181,204). Sum of RGB (Red+Green+Blue) = 182+181+204=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B5CC is #494A33. Grayscale: #B7B7B7. Windows color (decimal): -4803124 or 13415862. OLE color: 13415862.
HSL color Cylindrical-coordinate representation of color #B6B5CC: hue angle of 242.61º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6B5CC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 182 | 181 | 204 | - |
CMYK | 0.11 | 0.11 | 0 | 0.2 |
HSL | 242.61º | 0.18% | 0.75% | - |
HSV(B) | 242.61º | 0.11% | 0.8% | - |
XYZ | 46.71 | 47.35 | 63.8 | - |
YUV | 183.92 | 139.33 | 126.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 181 | 204 | 0.11 | 0.11 | 0 | 0.2 | 242.61 | 0.18 | 0.75 |
Hex | B6 | B5 | CC | B | B | 0 | 14 | F3 | 12 | 4B |
Octal | 266 | 265 | 314 | 13 | 13 | 0 | 24 | 363 | 22 | 113 |
Binary | 10110110 | 10110101 | 11001100 | 1011 | 1011 | 0 | 10100 | 11110011 | 10010 | 1001011 |
Color Harmonies of #B6B5CC
Complementary color
Monochromatic Colors of #B6B5CC
Black with #B6B5CC
Text Example
Text Example
White with #B6B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B5CC; }
p { color: rgb(182,181,204); }
H1.HeaderClassName
{
color: #B6B5CC;
}
.AnyTagClassName
{
color: #B6B5CC;
}
</style>
background-color css
<style>
a { background-color: #B6B5CC; }
a { background-color: rgb(182,181,204); }
div.DivClassName
{
background-color: #B6B5CC;
}
.BgClassName
{
background-color: #B6B5CC;
}
</style>
border-color css
<style>
span { border-color: #B6B5CC; }
span { border-color: rgb(182,181,204); }
td.TdClassName
{
border-color: #B6B5CC;
}
.TagClassName
{
border-color: #B6B5CC;
}
</style>