#B9ACDF

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

Shades of Moon Raker #B9ACDF

Tints of Moon Raker #B9ACDF

Color information

#B9ACDF (or 0xB9ACDF) is unknown color: approx Moon Raker. HEX triplet: B9, AC and DF. RGB value is (185,172,223). Sum of RGB (Red+Green+Blue) = 185+172+223=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 172 (67.58% from 255 or 29.66% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACDF is #465320. Grayscale: #B5B5B5. Windows color (decimal): -4608801 or 14658745. OLE color: 14658745.

HSL color Cylindrical-coordinate representation of color #B9ACDF: hue angle of 255.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9ACDF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185172223-
CMYK0.170.2300.13
HSL255.29º44.35%77.45%-
HSV(B)255.29º22.87%87.45%-
XYZ48.0845.1575.99-
YUV181.7151.31130.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 172 (67.58% from 255) = 29.66%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=31.90%
G=29.66%
B=38.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851722230.170.2300.13255.2944.3577.45
HexB9ACDF11170Dff2c4d
Octal271254337212701537754115
Binary101110011010110011011111100011011101101111111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACDF; }

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

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

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

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

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

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

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

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