Shades of Moon Raker #B5ACD2
Tints of Moon Raker #B5ACD2
RGB
CMYK
RGB Variations
Color information
#B5ACD2 (or 0xB5ACD2) is known color: Moon Raker. HEX triplet: B5, AC and D2. RGB value is (181,172,210). Sum of RGB (Red+Green+Blue) = 181+172+210=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #B5ACD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACD2 is #4A532D. Grayscale: #B2B2B2. Windows color (decimal): -4870958 or 13806773. OLE color: 13806773.
HSL color Cylindrical-coordinate representation of color #B5ACD2: hue angle of 254.21º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5ACD2 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 172 | 210 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.18 |
| HSL | 254.21º | 0.3% | 0.75% | - |
| HSV(B) | 254.21º | 0.18% | 0.82% | - |
| XYZ | 45.44 | 43.98 | 67.07 | - |
| YUV | 179.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 172 | 210 | 0.14 | 0.18 | 0 | 0.18 | 254.21 | 0.3 | 0.75 |
| Hex | B5 | AC | D2 | E | 12 | 0 | 12 | FE | 1E | 4B |
| Octal | 265 | 254 | 322 | 16 | 22 | 0 | 22 | 376 | 36 | 113 |
| Binary | 10110101 | 10101100 | 11010010 | 1110 | 10010 | 0 | 10010 | 11111110 | 11110 | 1001011 |
Color Harmonies of #B5ACD2
Complementary color
Monochromatic Colors of #B5ACD2
Black with #B5ACD2
Text Example
Text Example
White with #B5ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ACD2; }
p { color: rgb(181,172,210); }
H1.HeaderClassName
{
color: #B5ACD2;
}
.AnyTagClassName
{
color: #B5ACD2;
}
</style>
background-color css
<style>
a { background-color: #B5ACD2; }
a { background-color: rgb(181,172,210); }
div.DivClassName
{
background-color: #B5ACD2;
}
.BgClassName
{
background-color: #B5ACD2;
}
</style>
border-color css
<style>
span { border-color: #B5ACD2; }
span { border-color: rgb(181,172,210); }
td.TdClassName
{
border-color: #B5ACD2;
}
.TagClassName
{
border-color: #B5ACD2;
}
</style>