#B9ACCD

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

Shades of Moon Raker #B9ACCD

Tints of Moon Raker #B9ACCD

Color information

#B9ACCD (or 0xB9ACCD) is unknown color: approx Moon Raker. HEX triplet: B9, AC and CD. RGB value is (185,172,205). Sum of RGB (Red+Green+Blue) = 185+172+205=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACCD is #465332. Grayscale: #B3B3B3. Windows color (decimal): -4608819 or 13479097. OLE color: 13479097.

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

Color convert

RGB185172205-
CMYK0.100.1600.20
HSL263.64º24.81%73.92%-
HSV(B)263.64º16.1%80.39%-
XYZ45.7844.2363.88-
YUV179.65142.31131.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=32.92%
G=30.60%
B=36.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851722050.100.1600.20263.6424.8173.92
HexB9ACCDA10014108194a
Octal271254315122002441031112
Binary101110011010110011001101101010000010100100001000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACCD; }

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

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

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

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

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

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

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

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