Html Css Color HEX #B6AADD Moon Raker

📋 copy color: '#B6AADD'

red 182 ◦ green 170 ◦ blue 221

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

Shades of Moon Raker #B6AADD

Tints of Moon Raker #B6AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 31.76%
G = 29.67%
B = 38.57%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B6AADD (or 0xB6AADD) is known color: Moon Raker. HEX triplet: B6, AA and DD. RGB value is (182,170,221). Sum of RGB (Red+Green+Blue) = 182+170+221=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AADD is #495522. Grayscale: #B3B3B3. Windows color (decimal): -4805923 or 14527158. OLE color: 14527158.

HSL color Cylindrical-coordinate representation of color #B6AADD: hue angle of 254.12º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6AADD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 170 221 -
CMYK 0.18 0.23 0 0.13
HSL 254.12º 0.43% 0.77% -
HSV(B) 254.12º 0.23% 0.87% -
XYZ 46.72 43.91 74.42 -
YUV 179.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 182 170 221 0.18 0.23 0 0.13 254.12 0.43 0.77
Hex B6 AA DD 12 17 0 D FE 2B 4D
Octal 266 252 335 22 27 0 15 376 53 115
Binary 10110110 10101010 11011101 10010 10111 0 1101 11111110 101011 1001101

Color Harmonies of #B6AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AADD

Black with #B6AADD

Text Example


Text Example

White with #B6AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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