Html Css Color HEX #B9AAD1 Moon Raker

📋 copy color: '#B9AAD1'

red 185 ◦ green 170 ◦ blue 209

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

Shades of Moon Raker #B9AAD1

Tints of Moon Raker #B9AAD1

RGB

 RED value IS 185 (72.66% from 255) = 32.8%

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

 BLUE value IS 209 (82.03% from 255) = 37.06%

R = 32.8%
G = 30.14%
B = 37.06%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9AAD1 (or 0xB9AAD1) is known color: Moon Raker. HEX triplet: B9, AA and D1. RGB value is (185,170,209). Sum of RGB (Red+Green+Blue) = 185+170+209=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #B9AAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAD1 is #46552E. Grayscale: #B2B2B2. Windows color (decimal): -4609327 or 13740729. OLE color: 13740729.

HSL color Cylindrical-coordinate representation of color #B9AAD1: hue angle of 263.08º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9AAD1 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 170 209 -
CMYK 0.11 0.19 0 0.18
HSL 263.08º 0.3% 0.74% -
HSV(B) 263.08º 0.19% 0.82% -
XYZ 45.89 43.67 66.33 -
YUV 178.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 185 170 209 0.11 0.19 0 0.18 263.08 0.3 0.74
Hex B9 AA D1 B 13 0 12 107 1E 4A
Octal 271 252 321 13 23 0 22 407 36 112
Binary 10111001 10101010 11010001 1011 10011 0 10010 100000111 11110 1001010

Color Harmonies of #B9AAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAD1

Black with #B9AAD1

Text Example


Text Example

White with #B9AAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAD1; }

 p { color: rgb(185,170,209); }

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

background-color css

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

 a { background-color: rgb(185,170,209); }

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

border-color css

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

 span { border-color: rgb(185,170,209); }

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