Html Css Color HEX #B9AAD8 Moon Raker

📋 copy color: '#B9AAD8'

red 185 ◦ green 170 ◦ blue 216

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

Shades of Moon Raker #B9AAD8

Tints of Moon Raker #B9AAD8

RGB

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

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

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

R = 32.4%
G = 29.77%
B = 37.83%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B9AAD8 (or 0xB9AAD8) is known color: Moon Raker. HEX triplet: B9, AA and D8. RGB value is (185,170,216). Sum of RGB (Red+Green+Blue) = 185+170+216=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAD8 is #465527. Grayscale: #B3B3B3. Windows color (decimal): -4609320 or 14199481. OLE color: 14199481.

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

Color convert

RGB 185 170 216 -
CMYK 0.14 0.21 0 0.15
HSL 259.57º 0.37% 0.76% -
HSV(B) 259.57º 0.21% 0.85% -
XYZ 46.78 44.02 71 -
YUV 179.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 185 170 216 0.14 0.21 0 0.15 259.57 0.37 0.76
Hex B9 AA D8 E 15 0 F 104 25 4C
Octal 271 252 330 16 25 0 17 404 45 114
Binary 10111001 10101010 11011000 1110 10101 0 1111 100000100 100101 1001100

Color Harmonies of #B9AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAD8

Black with #B9AAD8

Text Example


Text Example

White with #B9AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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