#B5ACD5

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

Shades of Moon Raker #B5ACD5

Tints of Moon Raker #B5ACD5

Color information

#B5ACD5 (or 0xB5ACD5) is unknown color: approx Moon Raker. HEX triplet: B5, AC and D5. RGB value is (181,172,213). Sum of RGB (Red+Green+Blue) = 181+172+213=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #B5ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACD5 is #4A532A. Grayscale: #B3B3B3. Windows color (decimal): -4870955 or 14003381. OLE color: 14003381.

HSL color Cylindrical-coordinate representation of color #B5ACD5: hue angle of 253.17º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5ACD5 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181172213-
CMYK0.150.1900.16
HSL253.17º32.8%75.49%-
HSV(B)253.17º19.25%83.53%-
XYZ45.8244.1369.05-
YUV179.36146.98129.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=31.98%
G=30.39%
B=37.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811722130.150.1900.16253.1732.875.49
HexB5ACD5F13010fd214b
Octal265254325172302037541113
Binary101101011010110011010101111110011010000111111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACD5; }

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

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

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

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

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

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

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

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