#B6ADDA

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

Shades of Moon Raker #B6ADDA

Tints of Moon Raker #B6ADDA

Color information

#B6ADDA (or 0xB6ADDA) is unknown color: approx Moon Raker. HEX triplet: B6, AD and DA. RGB value is (182,173,218). Sum of RGB (Red+Green+Blue) = 182+173+218=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #B6ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADDA is #495225. Grayscale: #B4B4B4. Windows color (decimal): -4805158 or 14331318. OLE color: 14331318.

HSL color Cylindrical-coordinate representation of color #B6ADDA: hue angle of 252º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6ADDA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182173218-
CMYK0.170.2100.15
HSL252º37.82%76.67%-
HSV(B)252º20.64%85.49%-
XYZ46.8944.8972.52-
YUV180.82148.98128.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=31.76%
G=30.19%
B=38.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821732180.170.2100.1525237.8276.67
HexB6ADDA11150Ffc264d
Octal266255332212501737446115
Binary101101101010110111011010100011010101111111111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADDA; }

 p { color: rgb(182,173,218); }

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

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

 a { background-color: rgb(182,173,218); }

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

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

 span { border-color: rgb(182,173,218); }

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