Html Css Color HEX #B4AACA Moon Raker

📋 copy color: '#B4AACA'

red 180 ◦ green 170 ◦ blue 202

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

Shades of Moon Raker #B4AACA

Tints of Moon Raker #B4AACA

RGB

 RED value IS 180 (70.7% from 255) = 32.61%

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

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

R = 32.61%
G = 30.8%
B = 36.59%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B4AACA (or 0xB4AACA) is known color: Moon Raker. HEX triplet: B4, AA and CA. RGB value is (180,170,202). Sum of RGB (Red+Green+Blue) = 180+170+202=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AACA is #4B5535. Grayscale: #B0B0B0. Windows color (decimal): -4937014 or 13281972. OLE color: 13281972.

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

Color convert

RGB 180 170 202 -
CMYK 0.11 0.16 0 0.21
HSL 258.75º 0.23% 0.73% -
HSV(B) 258.75º 0.16% 0.79% -
XYZ 43.86 42.72 61.81 -
YUV 176.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 180 170 202 0.11 0.16 0 0.21 258.75 0.23 0.73
Hex B4 AA CA B 10 0 15 103 17 49
Octal 264 252 312 13 20 0 25 403 27 111
Binary 10110100 10101010 11001010 1011 10000 0 10101 100000011 10111 1001001

Color Harmonies of #B4AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AACA

Black with #B4AACA

Text Example


Text Example

White with #B4AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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