#B9AADC

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

Shades of Moon Raker #B9AADC

Tints of Moon Raker #B9AADC

Color information

#B9AADC (or 0xB9AADC) is unknown color: approx Moon Raker. HEX triplet: B9, AA and DC. RGB value is (185,170,220). Sum of RGB (Red+Green+Blue) = 185+170+220=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AADC is #465523. Grayscale: #B4B4B4. Windows color (decimal): -4609316 or 14461625. OLE color: 14461625.

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

Color convert

RGB185170220-
CMYK0.160.2300.14
HSL258º41.67%76.47%-
HSV(B)258º22.73%86.27%-
XYZ47.344.2373.75-
YUV180.18150.47131.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=32.17%
G=29.57%
B=38.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851702200.160.2300.1425841.6776.47
HexB9AADC10170E1022a4c
Octal271252334202701640252114
Binary1011100110101010110111001000010111011101000000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AADC; }

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

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

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

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

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

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

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

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