#B9AED6

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

Shades of Moon Raker #B9AED6

Tints of Moon Raker #B9AED6

Color information

#B9AED6 (or 0xB9AED6) is unknown color: approx Moon Raker. HEX triplet: B9, AE and D6. RGB value is (185,174,214). Sum of RGB (Red+Green+Blue) = 185+174+214=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #B9AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED6 is #465129. Grayscale: #B5B5B5. Windows color (decimal): -4608298 or 14069433. OLE color: 14069433.

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

Color convert

RGB185174214-
CMYK0.140.1900.16
HSL256.5º32.79%76.08%-
HSV(B)256.5º18.69%83.92%-
XYZ47.2845.4469.9-
YUV181.85146.14130.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=32.29%
G=30.37%
B=37.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851742140.140.1900.16256.532.7976.08
HexB9AED6E13010100214c
Octal271256326162302040041114
Binary1011100110101110110101101110100110100001000000001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AED6; }

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

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

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

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

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

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

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

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