Shades of Chatelle #B8AFBE
Tints of Chatelle #B8AFBE
RGB
CMYK
RGB Variations
Color information
#B8AFBE (or 0xB8AFBE) is known color: Chatelle. HEX triplet: B8, AF and BE. RGB value is (184,175,190). Sum of RGB (Red+Green+Blue) = 184+175+190=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFBE is #475041. Grayscale: #B3B3B3. Windows color (decimal): -4673602 or 12496824. OLE color: 12496824.
HSL color Cylindrical-coordinate representation of color #B8AFBE: hue angle of 276º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8AFBE is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 175 | 190 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.25 |
| HSL | 276º | 0.1% | 0.72% | - |
| HSV(B) | 276º | 0.08% | 0.75% | - |
| XYZ | 44.39 | 44.57 | 54.98 | - |
| YUV | 179.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 190 | 0.03 | 0.08 | 0 | 0.25 | 276 | 0.1 | 0.72 |
| Hex | B8 | AF | BE | 3 | 8 | 0 | 19 | 114 | A | 48 |
| Octal | 270 | 257 | 276 | 3 | 10 | 0 | 31 | 424 | 12 | 110 |
| Binary | 10111000 | 10101111 | 10111110 | 11 | 1000 | 0 | 11001 | 100010100 | 1010 | 1001000 |
Color Harmonies of #B8AFBE
Complementary color
Monochromatic Colors of #B8AFBE
Black with #B8AFBE
Text Example
Text Example
White with #B8AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFBE; }
p { color: rgb(184,175,190); }
H1.HeaderClassName
{
color: #B8AFBE;
}
.AnyTagClassName
{
color: #B8AFBE;
}
</style>
background-color css
<style>
a { background-color: #B8AFBE; }
a { background-color: rgb(184,175,190); }
div.DivClassName
{
background-color: #B8AFBE;
}
.BgClassName
{
background-color: #B8AFBE;
}
</style>
border-color css
<style>
span { border-color: #B8AFBE; }
span { border-color: rgb(184,175,190); }
td.TdClassName
{
border-color: #B8AFBE;
}
.TagClassName
{
border-color: #B8AFBE;
}
</style>