#B9ADDA

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

Shades of Moon Raker #B9ADDA

Tints of Moon Raker #B9ADDA

Color information

#B9ADDA (or 0xB9ADDA) is unknown color: approx Moon Raker. HEX triplet: B9, AD and DA. RGB value is (185,173,218). Sum of RGB (Red+Green+Blue) = 185+173+218=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADDA is #465225. Grayscale: #B5B5B5. Windows color (decimal): -4608550 or 14331321. OLE color: 14331321.

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

Color convert

RGB185173218-
CMYK0.150.2100.15
HSL256º37.82%76.67%-
HSV(B)256º20.64%85.49%-
XYZ47.6145.2672.56-
YUV181.72148.48130.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 218 (85.55% from 255) = 37.85%
R=32.12%
G=30.03%
B=37.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851732180.150.2100.1525637.8276.67
HexB9ADDAF150F100264d
Octal271255332172501740046115
Binary101110011010110111011010111110101011111000000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADDA; }

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

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

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

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

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

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

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

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