#B7ADDA

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

Shades of Moon Raker #B7ADDA

Tints of Moon Raker #B7ADDA

Color information

#B7ADDA (or 0xB7ADDA) is unknown color: approx Moon Raker. HEX triplet: B7, AD and DA. RGB value is (183,173,218). Sum of RGB (Red+Green+Blue) = 183+173+218=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADDA is #485225. Grayscale: #B4B4B4. Windows color (decimal): -4739622 or 14331319. OLE color: 14331319.

HSL color Cylindrical-coordinate representation of color #B7ADDA: hue angle of 253.33º 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 #B7ADDA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183173218-
CMYK0.160.2100.15
HSL253.33º37.82%76.67%-
HSV(B)253.33º20.64%85.49%-
XYZ47.1345.0272.53-
YUV181.12148.81129.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=31.88%
G=30.14%
B=37.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831732180.160.2100.15253.3337.8276.67
HexB7ADDA10150Ffd264d
Octal267255332202501737546115
Binary101101111010110111011010100001010101111111111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ADDA; }

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

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

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

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

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

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

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

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