Shades of Moon Raker #BEAFD2
Tints of Moon Raker #BEAFD2
RGB
CMYK
RGB Variations
Color information
#BEAFD2 (or 0xBEAFD2) is known color: Moon Raker. HEX triplet: BE, AF and D2. RGB value is (190,175,210). Sum of RGB (Red+Green+Blue) = 190+175+210=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFD2 is #41502D. Grayscale: #B7B7B7. Windows color (decimal): -4280366 or 13807550. OLE color: 13807550.
HSL color Cylindrical-coordinate representation of color #BEAFD2: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEAFD2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 175 | 210 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.18 |
| HSL | 265.71º | 0.28% | 0.75% | - |
| HSV(B) | 265.71º | 0.17% | 0.82% | - |
| XYZ | 48.2 | 46.26 | 67.36 | - |
| YUV | 183.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 210 | 0.10 | 0.17 | 0 | 0.18 | 265.71 | 0.28 | 0.75 |
| Hex | BE | AF | D2 | A | 11 | 0 | 12 | 10A | 1C | 4B |
| Octal | 276 | 257 | 322 | 12 | 21 | 0 | 22 | 412 | 34 | 113 |
| Binary | 10111110 | 10101111 | 11010010 | 1010 | 10001 | 0 | 10010 | 100001010 | 11100 | 1001011 |
Color Harmonies of #BEAFD2
Complementary color
Monochromatic Colors of #BEAFD2
Black with #BEAFD2
Text Example
Text Example
White with #BEAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAFD2; }
p { color: rgb(190,175,210); }
H1.HeaderClassName
{
color: #BEAFD2;
}
.AnyTagClassName
{
color: #BEAFD2;
}
</style>
background-color css
<style>
a { background-color: #BEAFD2; }
a { background-color: rgb(190,175,210); }
div.DivClassName
{
background-color: #BEAFD2;
}
.BgClassName
{
background-color: #BEAFD2;
}
</style>
border-color css
<style>
span { border-color: #BEAFD2; }
span { border-color: rgb(190,175,210); }
td.TdClassName
{
border-color: #BEAFD2;
}
.TagClassName
{
border-color: #BEAFD2;
}
</style>