#B9ACD6

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

Shades of Moon Raker #B9ACD6

Tints of Moon Raker #B9ACD6

Color information

#B9ACD6 (or 0xB9ACD6) is unknown color: approx Moon Raker. HEX triplet: B9, AC and D6. RGB value is (185,172,214). Sum of RGB (Red+Green+Blue) = 185+172+214=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #B9ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACD6 is #465329. Grayscale: #B4B4B4. Windows color (decimal): -4608810 or 14068921. OLE color: 14068921.

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

Color convert

RGB185172214-
CMYK0.140.2000.16
HSL258.57º33.87%75.69%-
HSV(B)258.57º19.63%83.92%-
XYZ46.944.6769.77-
YUV180.68146.81131.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=32.40%
G=30.12%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851722140.140.2000.16258.5733.8775.69
HexB9ACD6E14010103224c
Octal271254326162402040342114
Binary1011100110101100110101101110101000100001000000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACD6; }

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

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

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

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

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

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

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

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