Html Css Color HEX #B9AADD Moon Raker

📋 copy color: '#B9AADD'

red 185 ◦ green 170 ◦ blue 221

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

Shades of Moon Raker #B9AADD

Tints of Moon Raker #B9AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 32.12%
G = 29.51%
B = 38.37%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9AADD (or 0xB9AADD) is known color: Moon Raker. HEX triplet: B9, AA and DD. RGB value is (185,170,221). Sum of RGB (Red+Green+Blue) = 185+170+221=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AADD is #465522. Grayscale: #B4B4B4. Windows color (decimal): -4609315 or 14527161. OLE color: 14527161.

HSL color Cylindrical-coordinate representation of color #B9AADD: hue angle of 257.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9AADD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 170 221 -
CMYK 0.16 0.23 0 0.13
HSL 257.65º 0.43% 0.77% -
HSV(B) 257.65º 0.23% 0.87% -
XYZ 47.43 44.28 74.45 -
YUV 180.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 185 170 221 0.16 0.23 0 0.13 257.65 0.43 0.77
Hex B9 AA DD 10 17 0 D 102 2B 4D
Octal 271 252 335 20 27 0 15 402 53 115
Binary 10111001 10101010 11011101 10000 10111 0 1101 100000010 101011 1001101

Color Harmonies of #B9AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AADD

Black with #B9AADD

Text Example


Text Example

White with #B9AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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