#B9AED0

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

Shades of Moon Raker #B9AED0

Tints of Moon Raker #B9AED0

Color information

#B9AED0 (or 0xB9AED0) is unknown color: approx Moon Raker. HEX triplet: B9, AE and D0. RGB value is (185,174,208). Sum of RGB (Red+Green+Blue) = 185+174+208=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #B9AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AED0 is #46512F. Grayscale: #B5B5B5. Windows color (decimal): -4608304 or 13676217. OLE color: 13676217.

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

Color convert

RGB185174208-
CMYK0.110.1600.18
HSL259.41º26.56%74.9%-
HSV(B)259.41º16.35%81.57%-
XYZ46.5345.1465.94-
YUV181.16143.14130.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=32.63%
G=30.69%
B=36.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1851742080.110.1600.18259.4126.5674.9
HexB9AED0B100121031b4b
Octal271256320132002240333113
Binary101110011010111011010000101110000010010100000011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AED0; }

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

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

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

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

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

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

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

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