Html Css Color HEX #B6AACD Moon Raker

📋 copy color: '#B6AACD'

red 182 ◦ green 170 ◦ blue 205

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

Shades of Moon Raker #B6AACD

Tints of Moon Raker #B6AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 32.68%
G = 30.52%
B = 36.8%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6AACD (or 0xB6AACD) is known color: Moon Raker. HEX triplet: B6, AA and CD. RGB value is (182,170,205). Sum of RGB (Red+Green+Blue) = 182+170+205=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AACD is #495532. Grayscale: #B1B1B1. Windows color (decimal): -4805939 or 13478582. OLE color: 13478582.

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

Color convert

RGB 182 170 205 -
CMYK 0.11 0.17 0 0.20
HSL 260.57º 0.26% 0.74% -
HSV(B) 260.57º 0.17% 0.8% -
XYZ 44.69 43.1 63.72 -
YUV 177.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 182 170 205 0.11 0.17 0 0.20 260.57 0.26 0.74
Hex B6 AA CD B 11 0 14 105 1A 4A
Octal 266 252 315 13 21 0 24 405 32 112
Binary 10110110 10101010 11001101 1011 10001 0 10100 100000101 11010 1001010

Color Harmonies of #B6AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AACD

Black with #B6AACD

Text Example


Text Example

White with #B6AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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