Html Css Color HEX #B5AACB Moon Raker

📋 copy color: '#B5AACB'

red 181 ◦ green 170 ◦ blue 203

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

Shades of Moon Raker #B5AACB

Tints of Moon Raker #B5AACB

RGB

 RED value IS 181 (71.09% from 255) = 32.67%

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

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

R = 32.67%
G = 30.69%
B = 36.64%

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

#B5AACB (or 0xB5AACB) is known color: Moon Raker. HEX triplet: B5, AA and CB. RGB value is (181,170,203). Sum of RGB (Red+Green+Blue) = 181+170+203=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #B5AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AACB is #4A5534. Grayscale: #B0B0B0. Windows color (decimal): -4871477 or 13347509. OLE color: 13347509.

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

Color convert

RGB 181 170 203 -
CMYK 0.11 0.16 0 0.20
HSL 260º 0.24% 0.73% -
HSV(B) 260º 0.16% 0.8% -
XYZ 44.21 42.89 62.45 -
YUV 177.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 181 170 203 0.11 0.16 0 0.20 260 0.24 0.73
Hex B5 AA CB B 10 0 14 104 18 49
Octal 265 252 313 13 20 0 24 404 30 111
Binary 10110101 10101010 11001011 1011 10000 0 10100 100000100 11000 1001001

Color Harmonies of #B5AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AACB

Black with #B5AACB

Text Example


Text Example

White with #B5AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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