#B9AEDC

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

Shades of Moon Raker #B9AEDC

Tints of Moon Raker #B9AEDC

Color information

#B9AEDC (or 0xB9AEDC) is unknown color: approx Moon Raker. HEX triplet: B9, AE and DC. RGB value is (185,174,220). Sum of RGB (Red+Green+Blue) = 185+174+220=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEDC is #465123. Grayscale: #B6B6B6. Windows color (decimal): -4608292 or 14462649. OLE color: 14462649.

HSL color Cylindrical-coordinate representation of color #B9AEDC: hue angle of 254.35º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9AEDC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185174220-
CMYK0.160.2100.14
HSL254.35º39.66%77.25%-
HSV(B)254.35º20.91%86.27%-
XYZ48.0645.7574.01-
YUV182.53149.14129.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=31.95%
G=30.05%
B=38.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851742200.160.2100.14254.3539.6677.25
HexB9AEDC10150Efe284d
Octal271256334202501637650115
Binary101110011010111011011100100001010101110111111101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEDC; }

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

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

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

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

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

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

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

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