#B9ADD7

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

Shades of Moon Raker #B9ADD7

Tints of Moon Raker #B9ADD7

Color information

#B9ADD7 (or 0xB9ADD7) is unknown color: approx Moon Raker. HEX triplet: B9, AD and D7. RGB value is (185,173,215). Sum of RGB (Red+Green+Blue) = 185+173+215=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADD7 is #465228. Grayscale: #B5B5B5. Windows color (decimal): -4608553 or 14134713. OLE color: 14134713.

HSL color Cylindrical-coordinate representation of color #B9ADD7: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9ADD7 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185173215-
CMYK0.140.2000.16
HSL257.14º34.43%76.08%-
HSV(B)257.14º19.53%84.31%-
XYZ47.2245.1170.51-
YUV181.38146.98130.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 173 (67.97% from 255) = 30.19%
BLUE value IS 215 (84.38% from 255) = 37.52%
R=32.29%
G=30.19%
B=37.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851732150.140.2000.16257.1434.4376.08
HexB9ADD7E14010101224c
Octal271255327162402040142114
Binary1011100110101101110101111110101000100001000000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADD7; }

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

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

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

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

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

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

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

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