Shades of Blue Haze #B5B5CC
Tints of Blue Haze #B5B5CC
RGB
CMYK
RGB Variations
Color information
#B5B5CC (or 0xB5B5CC) is known color: Blue Haze. HEX triplet: B5, B5 and CC. RGB value is (181,181,204). Sum of RGB (Red+Green+Blue) = 181+181+204=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5B5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B5CC is #4A4A33. Grayscale: #B7B7B7. Windows color (decimal): -4868660 or 13415861. OLE color: 13415861.
HSL color Cylindrical-coordinate representation of color #B5B5CC: hue angle of 240º 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 #B5B5CC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 181 | 181 | 204 | - |
CMYK | 0.11 | 0.11 | 0 | 0.2 |
HSL | 240º | 0.18% | 0.75% | - |
HSV(B) | 240º | 0.11% | 0.8% | - |
XYZ | 46.48 | 47.23 | 63.79 | - |
YUV | 183.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 181 | 204 | 0.11 | 0.11 | 0 | 0.2 | 240 | 0.18 | 0.75 |
Hex | B5 | B5 | CC | B | B | 0 | 14 | F0 | 12 | 4B |
Octal | 265 | 265 | 314 | 13 | 13 | 0 | 24 | 360 | 22 | 113 |
Binary | 10110101 | 10110101 | 11001100 | 1011 | 1011 | 0 | 10100 | 11110000 | 10010 | 1001011 |
Color Harmonies of #B5B5CC
Complementary color
Monochromatic Colors of #B5B5CC
Black with #B5B5CC
Text Example
Text Example
White with #B5B5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B5CC; }
p { color: rgb(181,181,204); }
H1.HeaderClassName
{
color: #B5B5CC;
}
.AnyTagClassName
{
color: #B5B5CC;
}
</style>
background-color css
<style>
a { background-color: #B5B5CC; }
a { background-color: rgb(181,181,204); }
div.DivClassName
{
background-color: #B5B5CC;
}
.BgClassName
{
background-color: #B5B5CC;
}
</style>
border-color css
<style>
span { border-color: #B5B5CC; }
span { border-color: rgb(181,181,204); }
td.TdClassName
{
border-color: #B5B5CC;
}
.TagClassName
{
border-color: #B5B5CC;
}
</style>