#B6A5DC

Color #B6A5DC Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #B6A5DC

Tints of Moon Raker #B6A5DC

Color information

#B6A5DC (or 0xB6A5DC) is unknown color: approx 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

RGB182165220-
CMYK0.170.2500.14
HSL258.55º44%75.49%-
HSV(B)258.55º25%86.27%-
XYZ45.6642.0273.41-
YUV176.35152.63132.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=32.10%
G=29.10%
B=38.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821652200.170.2500.14258.554475.49
HexB6A5DC11190E1032c4b
Octal266245334213101640354113
Binary1011011010100101110111001000111001011101000000111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>