#B9AED7

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

Shades of Moon Raker #B9AED7

Tints of Moon Raker #B9AED7

Color information

#B9AED7 (or 0xB9AED7) is unknown color: approx Moon Raker. HEX triplet: B9, AE and D7. RGB value is (185,174,215). Sum of RGB (Red+Green+Blue) = 185+174+215=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED7 is #465128. Grayscale: #B5B5B5. Windows color (decimal): -4608297 or 14134969. OLE color: 14134969.

HSL color Cylindrical-coordinate representation of color #B9AED7: hue angle of 256.1º degrees, saturation: 0.34, 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 #B9AED7 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185174215-
CMYK0.140.1900.16
HSL256.1º33.88%76.27%-
HSV(B)256.1º19.07%84.31%-
XYZ47.4145.4970.57-
YUV181.96146.64130.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.23%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=32.23%
G=30.31%
B=37.46%

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
Decimal1851742150.140.1900.16256.133.8876.27
HexB9AED7E13010100224c
Octal271256327162302040042114
Binary1011100110101110110101111110100110100001000000001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AED7; }

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

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

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

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

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

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

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

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