Html Css Color HEX #B7AAD5 Moon Raker

📋 copy color: '#B7AAD5'

red 183 ◦ green 170 ◦ blue 213

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

Shades of Moon Raker #B7AAD5

Tints of Moon Raker #B7AAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 32.33%
G = 30.04%
B = 37.63%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B7AAD5 (or 0xB7AAD5) is known color: Moon Raker. HEX triplet: B7, AA and D5. RGB value is (183,170,213). Sum of RGB (Red+Green+Blue) = 183+170+213=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #B7AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAD5 is #48552A. Grayscale: #B2B2B2. Windows color (decimal): -4740395 or 14002871. OLE color: 14002871.

HSL color Cylindrical-coordinate representation of color #B7AAD5: hue angle of 258.14º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7AAD5 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 170 213 -
CMYK 0.14 0.20 0 0.16
HSL 258.14º 0.34% 0.75% -
HSV(B) 258.14º 0.2% 0.84% -
XYZ 45.91 43.62 68.95 -
YUV 178.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 183 170 213 0.14 0.20 0 0.16 258.14 0.34 0.75
Hex B7 AA D5 E 14 0 10 102 22 4B
Octal 267 252 325 16 24 0 20 402 42 113
Binary 10110111 10101010 11010101 1110 10100 0 10000 100000010 100010 1001011

Color Harmonies of #B7AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAD5

Black with #B7AAD5

Text Example


Text Example

White with #B7AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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