#B5ACD0

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

Shades of Moon Raker #B5ACD0

Tints of Moon Raker #B5ACD0

Color information

#B5ACD0 (or 0xB5ACD0) is unknown color: approx Moon Raker. HEX triplet: B5, AC and D0. RGB value is (181,172,208). Sum of RGB (Red+Green+Blue) = 181+172+208=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #B5ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACD0 is #4A532F. Grayscale: #B2B2B2. Windows color (decimal): -4870960 or 13675701. OLE color: 13675701.

HSL color Cylindrical-coordinate representation of color #B5ACD0: hue angle of 255º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5ACD0 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181172208-
CMYK0.130.1700.18
HSL255º27.69%74.51%-
HSV(B)255º17.31%81.57%-
XYZ45.1943.8865.76-
YUV178.8144.48129.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=32.26%
G=30.66%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811722080.130.1700.1825527.6974.51
HexB5ACD0D11012ff1c4b
Octal265254320152102237734113
Binary10110101101011001101000011011000101001011111111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACD0; }

 p { color: rgb(181,172,208); }

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

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

 a { background-color: rgb(181,172,208); }

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

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

 span { border-color: rgb(181,172,208); }

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