Html Css Color HEX #B7AAD8 Moon Raker

📋 copy color: '#B7AAD8'

red 183 ◦ green 170 ◦ blue 216

#B7AAD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #B7AAD8

Tints of Moon Raker #B7AAD8

RGB

 RED value IS 183 (71.88% from 255) = 32.16%

 GREEN value IS 170 (66.8% from 255) = 29.88%

 BLUE value IS 216 (84.77% from 255) = 37.96%

R = 32.16%
G = 29.88%
B = 37.96%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B7AAD8 (or 0xB7AAD8) is known color: Moon Raker. HEX triplet: B7, AA and D8. RGB value is (183,170,216). Sum of RGB (Red+Green+Blue) = 183+170+216=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #B7AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAD8 is #485527. Grayscale: #B2B2B2. Windows color (decimal): -4740392 or 14199479. OLE color: 14199479.

HSL color Cylindrical-coordinate representation of color #B7AAD8: hue angle of 256.96º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7AAD8 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 170 216 -
CMYK 0.15 0.21 0 0.15
HSL 256.96º 0.37% 0.76% -
HSV(B) 256.96º 0.21% 0.85% -
XYZ 46.3 43.77 70.97 -
YUV 179.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 183 170 216 0.15 0.21 0 0.15 256.96 0.37 0.76
Hex B7 AA D8 F 15 0 F 101 25 4C
Octal 267 252 330 17 25 0 17 401 45 114
Binary 10110111 10101010 11011000 1111 10101 0 1111 100000001 100101 1001100

Color Harmonies of #B7AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAD8

Black with #B7AAD8

Text Example


Text Example

White with #B7AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAD8; }

 p { color: rgb(183,170,216); }

 H1.HeaderClassName
 {
   color: #B7AAD8;
 }
 .AnyTagClassName
 {
   color: #B7AAD8;
 }
</style>

background-color css

<style>
 a { background-color: #B7AAD8; }

 a { background-color: rgb(183,170,216); }

 div.DivClassName
 {
   background-color: #B7AAD8;
 }
 .BgClassName
 {
   background-color: #B7AAD8;
 }
</style>

border-color css

<style>
 span { border-color: #B7AAD8; }

 span { border-color: rgb(183,170,216); }

 td.TdClassName
 {
   border-color: #B7AAD8;
 }
 .TagClassName
 {
   border-color: #B7AAD8;
 }
</style>