Shades of Blue Haze #B7AFCD
Tints of Blue Haze #B7AFCD
RGB
CMYK
RGB Variations
Color information
#B7AFCD (or 0xB7AFCD) is known color: Blue Haze. HEX triplet: B7, AF and CD. RGB value is (183,175,205). Sum of RGB (Red+Green+Blue) = 183+175+205=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #B7AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AFCD is #485032. Grayscale: #B4B4B4. Windows color (decimal): -4739123 or 13479863. OLE color: 13479863.
HSL color Cylindrical-coordinate representation of color #B7AFCD: hue angle of 256º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7AFCD is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 183 | 175 | 205 | - |
CMYK | 0.11 | 0.15 | 0 | 0.20 |
HSL | 256º | 0.23% | 0.75% | - |
HSV(B) | 256º | 0.15% | 0.8% | - |
XYZ | 45.88 | 45.14 | 64.05 | - |
YUV | 180.81 | 141.65 | 129.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 175 | 205 | 0.11 | 0.15 | 0 | 0.20 | 256 | 0.23 | 0.75 |
Hex | B7 | AF | CD | B | F | 0 | 14 | 100 | 17 | 4B |
Octal | 267 | 257 | 315 | 13 | 17 | 0 | 24 | 400 | 27 | 113 |
Binary | 10110111 | 10101111 | 11001101 | 1011 | 1111 | 0 | 10100 | 100000000 | 10111 | 1001011 |
Color Harmonies of #B7AFCD
Complementary color
Monochromatic Colors of #B7AFCD
Black with #B7AFCD
Text Example
Text Example
White with #B7AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AFCD; }
p { color: rgb(183,175,205); }
H1.HeaderClassName
{
color: #B7AFCD;
}
.AnyTagClassName
{
color: #B7AFCD;
}
</style>
background-color css
<style>
a { background-color: #B7AFCD; }
a { background-color: rgb(183,175,205); }
div.DivClassName
{
background-color: #B7AFCD;
}
.BgClassName
{
background-color: #B7AFCD;
}
</style>
border-color css
<style>
span { border-color: #B7AFCD; }
span { border-color: rgb(183,175,205); }
td.TdClassName
{
border-color: #B7AFCD;
}
.TagClassName
{
border-color: #B7AFCD;
}
</style>