#B9AED5

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

Shades of Moon Raker #B9AED5

Tints of Moon Raker #B9AED5

Color information

#B9AED5 (or 0xB9AED5) is unknown color: approx Moon Raker. HEX triplet: B9, AE and D5. RGB value is (185,174,213). Sum of RGB (Red+Green+Blue) = 185+174+213=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED5 is #46512A. Grayscale: #B5B5B5. Windows color (decimal): -4608299 or 14003897. OLE color: 14003897.

HSL color Cylindrical-coordinate representation of color #B9AED5: hue angle of 256.92º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9AED5 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185174213-
CMYK0.130.1800.16
HSL256.92º31.71%75.88%-
HSV(B)256.92º18.31%83.53%-
XYZ47.1545.3969.23-
YUV181.74145.64130.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.34%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=32.34%
G=30.42%
B=37.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851742130.130.1800.16256.9231.7175.88
HexB9AED5D12010101204c
Octal271256325152202040140114
Binary1011100110101110110101011101100100100001000000011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AED5; }

 p { color: rgb(185,174,213); }

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

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

 a { background-color: rgb(185,174,213); }

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

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

 span { border-color: rgb(185,174,213); }

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