Html Css Color HEX #B9AAE1 Moon Raker

📋 copy color: '#B9AAE1'

red 185 ◦ green 170 ◦ blue 225

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

Shades of Moon Raker #B9AAE1

Tints of Moon Raker #B9AAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.79%

R = 31.9%
G = 29.31%
B = 38.79%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B9AAE1 (or 0xB9AAE1) is known color: Moon Raker. HEX triplet: B9, AA and E1. RGB value is (185,170,225). Sum of RGB (Red+Green+Blue) = 185+170+225=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAE1 is #46551E. Grayscale: #B4B4B4. Windows color (decimal): -4609311 or 14789305. OLE color: 14789305.

HSL color Cylindrical-coordinate representation of color #B9AAE1: hue angle of 256.36º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9AAE1 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 170 225 -
CMYK 0.18 0.24 0 0.12
HSL 256.36º 0.48% 0.77% -
HSV(B) 256.36º 0.24% 0.88% -
XYZ 47.97 44.5 77.3 -
YUV 180.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 185 170 225 0.18 0.24 0 0.12 256.36 0.48 0.77
Hex B9 AA E1 12 18 0 C 100 30 4D
Octal 271 252 341 22 30 0 14 400 60 115
Binary 10111001 10101010 11100001 10010 11000 0 1100 100000000 110000 1001101

Color Harmonies of #B9AAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAE1

Black with #B9AAE1

Text Example


Text Example

White with #B9AAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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