Html Css Color HEX #B9AADB Moon Raker

📋 copy color: '#B9AADB'

red 185 ◦ green 170 ◦ blue 219

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

Shades of Moon Raker #B9AADB

Tints of Moon Raker #B9AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 32.23%
G = 29.62%
B = 38.15%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9AADB (or 0xB9AADB) is known color: Moon Raker. HEX triplet: B9, AA and DB. RGB value is (185,170,219). Sum of RGB (Red+Green+Blue) = 185+170+219=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AADB is #465524. Grayscale: #B3B3B3. Windows color (decimal): -4609317 or 14396089. OLE color: 14396089.

HSL color Cylindrical-coordinate representation of color #B9AADB: hue angle of 258.37º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9AADB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 170 219 -
CMYK 0.16 0.22 0 0.14
HSL 258.37º 0.4% 0.76% -
HSV(B) 258.37º 0.22% 0.86% -
XYZ 47.17 44.18 73.06 -
YUV 180.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 185 170 219 0.16 0.22 0 0.14 258.37 0.4 0.76
Hex B9 AA DB 10 16 0 E 102 28 4C
Octal 271 252 333 20 26 0 16 402 50 114
Binary 10111001 10101010 11011011 10000 10110 0 1110 100000010 101000 1001100

Color Harmonies of #B9AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AADB

Black with #B9AADB

Text Example


Text Example

White with #B9AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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