Html Css Color HEX #B6A5DC Moon Raker

📋 copy color: '#B6A5DC'

red 182 ◦ green 165 ◦ blue 220

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

Shades of Moon Raker #B6A5DC

Tints of Moon Raker #B6A5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.1%

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

R = 32.1%
G = 29.1%
B = 38.8%

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

#B6A5DC (or 0xB6A5DC) is known color: Moon Raker. HEX triplet: B6, A5 and DC. RGB value is (182,165,220). Sum of RGB (Red+Green+Blue) = 182+165+220=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6A5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A5DC is #495A23. Grayscale: #B0B0B0. Windows color (decimal): -4807204 or 14460342. OLE color: 14460342.

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

Color convert

RGB 182 165 220 -
CMYK 0.17 0.25 0 0.14
HSL 258.55º 0.44% 0.75% -
HSV(B) 258.55º 0.25% 0.86% -
XYZ 45.66 42.02 73.41 -
YUV 176.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 182 165 220 0.17 0.25 0 0.14 258.55 0.44 0.75
Hex B6 A5 DC 11 19 0 E 103 2C 4B
Octal 266 245 334 21 31 0 16 403 54 113
Binary 10110110 10100101 11011100 10001 11001 0 1110 100000011 101100 1001011

Color Harmonies of #B6A5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A5DC

Black with #B6A5DC

Text Example


Text Example

White with #B6A5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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