Html Css Color HEX #B6AADC Moon Raker

📋 copy color: '#B6AADC'

red 182 ◦ green 170 ◦ blue 220

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

Shades of Moon Raker #B6AADC

Tints of Moon Raker #B6AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 31.82%
G = 29.72%
B = 38.46%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6AADC (or 0xB6AADC) is known color: Moon Raker. HEX triplet: B6, AA and DC. RGB value is (182,170,220). Sum of RGB (Red+Green+Blue) = 182+170+220=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AADC is #495523. Grayscale: #B3B3B3. Windows color (decimal): -4805924 or 14461622. OLE color: 14461622.

HSL color Cylindrical-coordinate representation of color #B6AADC: hue angle of 254.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6AADC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 170 220 -
CMYK 0.17 0.23 0 0.14
HSL 254.4º 0.42% 0.76% -
HSV(B) 254.4º 0.23% 0.86% -
XYZ 46.58 43.86 73.72 -
YUV 179.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 182 170 220 0.17 0.23 0 0.14 254.4 0.42 0.76
Hex B6 AA DC 11 17 0 E FE 2A 4C
Octal 266 252 334 21 27 0 16 376 52 114
Binary 10110110 10101010 11011100 10001 10111 0 1110 11111110 101010 1001100

Color Harmonies of #B6AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AADC

Black with #B6AADC

Text Example


Text Example

White with #B6AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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