Html Css Color HEX #B4AACB Moon Raker

📋 copy color: '#B4AACB'

red 180 ◦ green 170 ◦ blue 203

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

Shades of Moon Raker #B4AACB

Tints of Moon Raker #B4AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 32.55%
G = 30.74%
B = 36.71%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4AACB (or 0xB4AACB) is known color: Moon Raker. HEX triplet: B4, AA and CB. RGB value is (180,170,203). Sum of RGB (Red+Green+Blue) = 180+170+203=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AACB is #4B5534. Grayscale: #B0B0B0. Windows color (decimal): -4937013 or 13347508. OLE color: 13347508.

HSL color Cylindrical-coordinate representation of color #B4AACB: hue angle of 258.18º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4AACB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 170 203 -
CMYK 0.11 0.16 0 0.20
HSL 258.18º 0.24% 0.73% -
HSV(B) 258.18º 0.16% 0.8% -
XYZ 43.98 42.76 62.44 -
YUV 176.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 180 170 203 0.11 0.16 0 0.20 258.18 0.24 0.73
Hex B4 AA CB B 10 0 14 102 18 49
Octal 264 252 313 13 20 0 24 402 30 111
Binary 10110100 10101010 11001011 1011 10000 0 10100 100000010 11000 1001001

Color Harmonies of #B4AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AACB

Black with #B4AACB

Text Example


Text Example

White with #B4AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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