Html Css Color HEX #B8AACA Moon Raker

📋 copy color: '#B8AACA'

red 184 ◦ green 170 ◦ blue 202

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

Shades of Moon Raker #B8AACA

Tints of Moon Raker #B8AACA

RGB

 RED value IS 184 (72.27% from 255) = 33.09%

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

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

R = 33.09%
G = 30.58%
B = 36.33%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B8AACA (or 0xB8AACA) is known color: Moon Raker. HEX triplet: B8, AA and CA. RGB value is (184,170,202). Sum of RGB (Red+Green+Blue) = 184+170+202=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B8AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AACA is #475535. Grayscale: #B1B1B1. Windows color (decimal): -4674870 or 13281976. OLE color: 13281976.

HSL color Cylindrical-coordinate representation of color #B8AACA: hue angle of 266.25º 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 #B8AACA is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 170 202 -
CMYK 0.09 0.16 0 0.21
HSL 266.25º 0.23% 0.73% -
HSV(B) 266.25º 0.16% 0.79% -
XYZ 44.8 43.2 61.85 -
YUV 177.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 184 170 202 0.09 0.16 0 0.21 266.25 0.23 0.73
Hex B8 AA CA 9 10 0 15 10A 17 49
Octal 270 252 312 11 20 0 25 412 27 111
Binary 10111000 10101010 11001010 1001 10000 0 10101 100001010 10111 1001001

Color Harmonies of #B8AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AACA

Black with #B8AACA

Text Example


Text Example

White with #B8AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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