Html Css Color HEX #B9AACA Moon Raker

📋 copy color: '#B9AACA'

red 185 ◦ green 170 ◦ blue 202

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

Shades of Moon Raker #B9AACA

Tints of Moon Raker #B9AACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 33.21%
G = 30.52%
B = 36.27%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B9AACA (or 0xB9AACA) is known color: Moon Raker. HEX triplet: B9, AA and CA. RGB value is (185,170,202). Sum of RGB (Red+Green+Blue) = 185+170+202=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AACA is #465535. Grayscale: #B2B2B2. Windows color (decimal): -4609334 or 13281977. OLE color: 13281977.

HSL color Cylindrical-coordinate representation of color #B9AACA: hue angle of 268.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9AACA is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 170 202 -
CMYK 0.08 0.16 0 0.21
HSL 268.13º 0.23% 0.73% -
HSV(B) 268.13º 0.16% 0.79% -
XYZ 45.04 43.33 61.87 -
YUV 178.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 185 170 202 0.08 0.16 0 0.21 268.13 0.23 0.73
Hex B9 AA CA 8 10 0 15 10C 17 49
Octal 271 252 312 10 20 0 25 414 27 111
Binary 10111001 10101010 11001010 1000 10000 0 10101 100001100 10111 1001001

Color Harmonies of #B9AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AACA

Black with #B9AACA

Text Example


Text Example

White with #B9AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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