#B6A7DD

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

Shades of Moon Raker #B6A7DD

Tints of Moon Raker #B6A7DD

Color information

#B6A7DD (or 0xB6A7DD) is unknown color: approx Moon Raker. HEX triplet: B6, A7 and DD. RGB value is (182,167,221). Sum of RGB (Red+Green+Blue) = 182+167+221=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A7DD is #495822. Grayscale: #B1B1B1. Windows color (decimal): -4806691 or 14526390. OLE color: 14526390.

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

Color convert

RGB182167221-
CMYK0.180.2400.13
HSL256.67º44.26%76.08%-
HSV(B)256.67º24.43%86.67%-
XYZ46.1642.874.24-
YUV177.64152.47131.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 167 (65.62% from 255) = 29.30%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=31.93%
G=29.30%
B=38.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821672210.180.2400.13256.6744.2676.08
HexB6A7DD12180D1012c4c
Octal266247335223001540154114
Binary1011011010100111110111011001011000011011000000011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A7DD; }

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

 H1.HeaderClassName
 {
   color: #B6A7DD;
 }
 .AnyTagClassName
 {
   color: #B6A7DD;
 }
</style>
background-color css

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

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

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

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

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

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