#B7AADC

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

Shades of Moon Raker #B7AADC

Tints of Moon Raker #B7AADC

Color information

#B7AADC (or 0xB7AADC) is unknown color: approx Moon Raker. HEX triplet: B7, AA and DC. RGB value is (183,170,220). Sum of RGB (Red+Green+Blue) = 183+170+220=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AADC is #485523. Grayscale: #B3B3B3. Windows color (decimal): -4740388 or 14461623. OLE color: 14461623.

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

Color convert

RGB183170220-
CMYK0.170.2300.14
HSL255.6º41.67%76.47%-
HSV(B)255.6º22.73%86.27%-
XYZ46.8243.9873.73-
YUV179.59150.81130.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=31.94%
G=29.67%
B=38.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831702200.170.2300.14255.641.6776.47
HexB7AADC11170E1002a4c
Octal267252334212701640052114
Binary1011011110101010110111001000110111011101000000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AADC; }

 p { color: rgb(183,170,220); }

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

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

 a { background-color: rgb(183,170,220); }

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

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

 span { border-color: rgb(183,170,220); }

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