Html Css Color HEX #B9AACD Moon Raker

📋 copy color: '#B9AACD'

red 185 ◦ green 170 ◦ blue 205

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

Shades of Moon Raker #B9AACD

Tints of Moon Raker #B9AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 33.04%
G = 30.36%
B = 36.61%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9AACD (or 0xB9AACD) is known color: Moon Raker. HEX triplet: B9, AA and CD. RGB value is (185,170,205). Sum of RGB (Red+Green+Blue) = 185+170+205=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AACD is #465532. Grayscale: #B2B2B2. Windows color (decimal): -4609331 or 13478585. OLE color: 13478585.

HSL color Cylindrical-coordinate representation of color #B9AACD: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9AACD is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 170 205 -
CMYK 0.10 0.17 0 0.20
HSL 265.71º 0.26% 0.74% -
HSV(B) 265.71º 0.17% 0.8% -
XYZ 45.4 43.47 63.76 -
YUV 178.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 185 170 205 0.10 0.17 0 0.20 265.71 0.26 0.74
Hex B9 AA CD A 11 0 14 10A 1A 4A
Octal 271 252 315 12 21 0 24 412 32 112
Binary 10111001 10101010 11001101 1010 10001 0 10100 100001010 11010 1001010

Color Harmonies of #B9AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AACD

Black with #B9AACD

Text Example


Text Example

White with #B9AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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