Html Css Color HEX #B6AACC Moon Raker

📋 copy color: '#B6AACC'

red 182 ◦ green 170 ◦ blue 204

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

Shades of Moon Raker #B6AACC

Tints of Moon Raker #B6AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 32.73%
G = 30.58%
B = 36.69%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B6AACC (or 0xB6AACC) is known color: Moon Raker. HEX triplet: B6, AA and CC. RGB value is (182,170,204). Sum of RGB (Red+Green+Blue) = 182+170+204=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AACC is #495533. Grayscale: #B1B1B1. Windows color (decimal): -4805940 or 13413046. OLE color: 13413046.

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

Color convert

RGB 182 170 204 -
CMYK 0.11 0.17 0 0.2
HSL 261.18º 0.25% 0.73% -
HSV(B) 261.18º 0.17% 0.8% -
XYZ 44.57 43.05 63.09 -
YUV 177.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 182 170 204 0.11 0.17 0 0.2 261.18 0.25 0.73
Hex B6 AA CC B 11 0 14 105 19 49
Octal 266 252 314 13 21 0 24 405 31 111
Binary 10110110 10101010 11001100 1011 10001 0 10100 100000101 11001 1001001

Color Harmonies of #B6AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AACC

Black with #B6AACC

Text Example


Text Example

White with #B6AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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