Html Css Color HEX #B6A6DC Moon Raker

📋 copy color: '#B6A6DC'

red 182 ◦ green 166 ◦ blue 220

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

Shades of Moon Raker #B6A6DC

Tints of Moon Raker #B6A6DC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.23%

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

R = 32.04%
G = 29.23%
B = 38.73%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6A6DC (or 0xB6A6DC) is known color: Moon Raker. HEX triplet: B6, A6 and DC. RGB value is (182,166,220). Sum of RGB (Red+Green+Blue) = 182+166+220=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A6DC is #495923. Grayscale: #B0B0B0. Windows color (decimal): -4806948 or 14460598. OLE color: 14460598.

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

Color convert

RGB 182 166 220 -
CMYK 0.17 0.25 0 0.14
HSL 257.78º 0.44% 0.76% -
HSV(B) 257.78º 0.25% 0.86% -
XYZ 45.85 42.38 73.47 -
YUV 176.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 182 166 220 0.17 0.25 0 0.14 257.78 0.44 0.76
Hex B6 A6 DC 11 19 0 E 102 2C 4C
Octal 266 246 334 21 31 0 16 402 54 114
Binary 10110110 10100110 11011100 10001 11001 0 1110 100000010 101100 1001100

Color Harmonies of #B6A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A6DC

Black with #B6A6DC

Text Example


Text Example

White with #B6A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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