Html Css Color HEX #B8AACB Moon Raker

📋 copy color: '#B8AACB'

red 184 ◦ green 170 ◦ blue 203

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

Shades of Moon Raker #B8AACB

Tints of Moon Raker #B8AACB

RGB

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

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

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

R = 33.03%
G = 30.52%
B = 36.45%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8AACB (or 0xB8AACB) is known color: Moon Raker. HEX triplet: B8, AA and CB. RGB value is (184,170,203). Sum of RGB (Red+Green+Blue) = 184+170+203=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AACB is #475534. Grayscale: #B1B1B1. Windows color (decimal): -4674869 or 13347512. OLE color: 13347512.

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

Color convert

RGB 184 170 203 -
CMYK 0.09 0.16 0 0.20
HSL 265.45º 0.24% 0.73% -
HSV(B) 265.45º 0.16% 0.8% -
XYZ 44.92 43.25 62.48 -
YUV 177.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 184 170 203 0.09 0.16 0 0.20 265.45 0.24 0.73
Hex B8 AA CB 9 10 0 14 109 18 49
Octal 270 252 313 11 20 0 24 411 30 111
Binary 10111000 10101010 11001011 1001 10000 0 10100 100001001 11000 1001001

Color Harmonies of #B8AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AACB

Black with #B8AACB

Text Example


Text Example

White with #B8AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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