#B9ACDB

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

Shades of Moon Raker #B9ACDB

Tints of Moon Raker #B9ACDB

Color information

#B9ACDB (or 0xB9ACDB) is unknown color: approx Moon Raker. HEX triplet: B9, AC and DB. RGB value is (185,172,219). Sum of RGB (Red+Green+Blue) = 185+172+219=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACDB is #465324. Grayscale: #B5B5B5. Windows color (decimal): -4608805 or 14396601. OLE color: 14396601.

HSL color Cylindrical-coordinate representation of color #B9ACDB: hue angle of 256.6º degrees, saturation: 0.39, 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 #B9ACDB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185172219-
CMYK0.160.2100.14
HSL256.6º39.5%76.67%-
HSV(B)256.6º21.46%85.88%-
XYZ47.5544.9373.18-
YUV181.24149.31130.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=32.12%
G=29.86%
B=38.02%

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
Decimal1851722190.160.2100.14256.639.576.67
HexB9ACDB10150E101274d
Octal271254333202501640147115
Binary1011100110101100110110111000010101011101000000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACDB; }

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

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

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

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

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

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

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

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