Html Css Color HEX #B9AACC Moon Raker

📋 copy color: '#B9AACC'

red 185 ◦ green 170 ◦ blue 204

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

Shades of Moon Raker #B9AACC

Tints of Moon Raker #B9AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 33.09%
G = 30.41%
B = 36.49%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B9AACC (or 0xB9AACC) is known color: Moon Raker. HEX triplet: B9, AA and CC. RGB value is (185,170,204). Sum of RGB (Red+Green+Blue) = 185+170+204=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AACC is #465533. Grayscale: #B2B2B2. Windows color (decimal): -4609332 or 13413049. OLE color: 13413049.

HSL color Cylindrical-coordinate representation of color #B9AACC: hue angle of 266.47º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9AACC is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 170 204 -
CMYK 0.09 0.17 0 0.2
HSL 266.47º 0.25% 0.73% -
HSV(B) 266.47º 0.17% 0.8% -
XYZ 45.28 43.42 63.12 -
YUV 178.36 142.47 132.74 -
System Red Green Blue C M Y K H S L
Decimal 185 170 204 0.09 0.17 0 0.2 266.47 0.25 0.73
Hex B9 AA CC 9 11 0 14 10A 19 49
Octal 271 252 314 11 21 0 24 412 31 111
Binary 10111001 10101010 11001100 1001 10001 0 10100 100001010 11001 1001001

Color Harmonies of #B9AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AACC

Black with #B9AACC

Text Example


Text Example

White with #B9AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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