#B9ACCB

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

Shades of Moon Raker #B9ACCB

Tints of Moon Raker #B9ACCB

Color information

#B9ACCB (or 0xB9ACCB) is unknown color: approx Moon Raker. HEX triplet: B9, AC and CB. RGB value is (185,172,203). Sum of RGB (Red+Green+Blue) = 185+172+203=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACCB is #465334. Grayscale: #B3B3B3. Windows color (decimal): -4608821 or 13348025. OLE color: 13348025.

HSL color Cylindrical-coordinate representation of color #B9ACCB: hue angle of 265.16º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9ACCB is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185172203-
CMYK0.090.1500.20
HSL265.16º22.96%73.53%-
HSV(B)265.16º15.27%79.61%-
XYZ45.5444.1362.62-
YUV179.42141.31131.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=33.04%
G=30.71%
B=36.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851722030.090.1500.20265.1622.9673.53
HexB9ACCB9F014109174a
Octal271254313111702441127112
Binary10111001101011001100101110011111010100100001001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACCB; }

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

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

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

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

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

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

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

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