Html Css Color HEX #B8AAD5 Moon Raker

📋 copy color: '#B8AAD5'

red 184 ◦ green 170 ◦ blue 213

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

Shades of Moon Raker #B8AAD5

Tints of Moon Raker #B8AAD5

RGB

 RED value IS 184 (72.27% from 255) = 32.45%

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

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

R = 32.45%
G = 29.98%
B = 37.57%

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

#B8AAD5 (or 0xB8AAD5) is known color: Moon Raker. HEX triplet: B8, AA and D5. RGB value is (184,170,213). Sum of RGB (Red+Green+Blue) = 184+170+213=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #B8AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AAD5 is #47552A. Grayscale: #B2B2B2. Windows color (decimal): -4674859 or 14002872. OLE color: 14002872.

HSL color Cylindrical-coordinate representation of color #B8AAD5: hue angle of 259.53º 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 #B8AAD5 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 170 213 -
CMYK 0.14 0.20 0 0.16
HSL 259.53º 0.34% 0.75% -
HSV(B) 259.53º 0.2% 0.84% -
XYZ 46.15 43.74 68.96 -
YUV 179.09 147.14 131.5 -
System Red Green Blue C M Y K H S L
Decimal 184 170 213 0.14 0.20 0 0.16 259.53 0.34 0.75
Hex B8 AA D5 E 14 0 10 104 22 4B
Octal 270 252 325 16 24 0 20 404 42 113
Binary 10111000 10101010 11010101 1110 10100 0 10000 100000100 100010 1001011

Color Harmonies of #B8AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AAD5

Black with #B8AAD5

Text Example


Text Example

White with #B8AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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