Html Css Color HEX #B6AACB Moon Raker

📋 copy color: '#B6AACB'

red 182 ◦ green 170 ◦ blue 203

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

Shades of Moon Raker #B6AACB

Tints of Moon Raker #B6AACB

RGB

 RED value IS 182 (71.48% from 255) = 32.79%

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

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

R = 32.79%
G = 30.63%
B = 36.58%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6AACB (or 0xB6AACB) is known color: Moon Raker. HEX triplet: B6, AA and CB. RGB value is (182,170,203). Sum of RGB (Red+Green+Blue) = 182+170+203=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6AACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AACB is #495534. Grayscale: #B1B1B1. Windows color (decimal): -4805941 or 13347510. OLE color: 13347510.

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

Color convert

RGB 182 170 203 -
CMYK 0.10 0.16 0 0.20
HSL 261.82º 0.24% 0.73% -
HSV(B) 261.82º 0.16% 0.8% -
XYZ 44.45 43.01 62.46 -
YUV 177.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 182 170 203 0.10 0.16 0 0.20 261.82 0.24 0.73
Hex B6 AA CB A 10 0 14 106 18 49
Octal 266 252 313 12 20 0 24 406 30 111
Binary 10110110 10101010 11001011 1010 10000 0 10100 100000110 11000 1001001

Color Harmonies of #B6AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AACB

Black with #B6AACB

Text Example


Text Example

White with #B6AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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