Shades of Blue Haze #B6AFD0
Tints of Blue Haze #B6AFD0
RGB
CMYK
RGB Variations
Color information
#B6AFD0 (or 0xB6AFD0) is known color: Blue Haze. HEX triplet: B6, AF and D0. RGB value is (182,175,208). Sum of RGB (Red+Green+Blue) = 182+175+208=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #B6AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFD0 is #49502F. Grayscale: #B4B4B4. Windows color (decimal): -4804656 or 13676470. OLE color: 13676470.
HSL color Cylindrical-coordinate representation of color #B6AFD0: hue angle of 252.73º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6AFD0 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 182 | 175 | 208 | - |
CMYK | 0.12 | 0.16 | 0 | 0.18 |
HSL | 252.73º | 0.26% | 0.75% | - |
HSV(B) | 252.73º | 0.16% | 0.82% | - |
XYZ | 46.01 | 45.16 | 65.97 | - |
YUV | 180.86 | 143.32 | 128.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 175 | 208 | 0.12 | 0.16 | 0 | 0.18 | 252.73 | 0.26 | 0.75 |
Hex | B6 | AF | D0 | C | 10 | 0 | 12 | FD | 1A | 4B |
Octal | 266 | 257 | 320 | 14 | 20 | 0 | 22 | 375 | 32 | 113 |
Binary | 10110110 | 10101111 | 11010000 | 1100 | 10000 | 0 | 10010 | 11111101 | 11010 | 1001011 |
Color Harmonies of #B6AFD0
Complementary color
Monochromatic Colors of #B6AFD0
Black with #B6AFD0
Text Example
Text Example
White with #B6AFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AFD0; }
p { color: rgb(182,175,208); }
H1.HeaderClassName
{
color: #B6AFD0;
}
.AnyTagClassName
{
color: #B6AFD0;
}
</style>
background-color css
<style>
a { background-color: #B6AFD0; }
a { background-color: rgb(182,175,208); }
div.DivClassName
{
background-color: #B6AFD0;
}
.BgClassName
{
background-color: #B6AFD0;
}
</style>
border-color css
<style>
span { border-color: #B6AFD0; }
span { border-color: rgb(182,175,208); }
td.TdClassName
{
border-color: #B6AFD0;
}
.TagClassName
{
border-color: #B6AFD0;
}
</style>