#B9ADD2

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

Shades of Moon Raker #B9ADD2

Tints of Moon Raker #B9ADD2

Color information

#B9ADD2 (or 0xB9ADD2) is unknown color: approx Moon Raker. HEX triplet: B9, AD and D2. RGB value is (185,173,210). Sum of RGB (Red+Green+Blue) = 185+173+210=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #B9ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADD2 is #46522D. Grayscale: #B4B4B4. Windows color (decimal): -4608558 or 13807033. OLE color: 13807033.

HSL color Cylindrical-coordinate representation of color #B9ADD2: hue angle of 259.46º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9ADD2 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB185173210-
CMYK0.120.1800.18
HSL259.46º29.13%75.1%-
HSV(B)259.46º17.62%82.35%-
XYZ46.5844.8567.18-
YUV180.81144.48130.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=32.57%
G=30.46%
B=36.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851732100.120.1800.18259.4629.1375.1
HexB9ADD2C120121031d4b
Octal271255322142202240335113
Binary101110011010110111010010110010010010010100000011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADD2; }

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

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

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

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

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

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

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

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