#B5ACD6

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

Shades of Moon Raker #B5ACD6

Tints of Moon Raker #B5ACD6

Color information

#B5ACD6 (or 0xB5ACD6) is unknown color: approx Moon Raker. HEX triplet: B5, AC and D6. RGB value is (181,172,214). Sum of RGB (Red+Green+Blue) = 181+172+214=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #B5ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACD6 is #4A5329. Grayscale: #B3B3B3. Windows color (decimal): -4870954 or 14068917. OLE color: 14068917.

HSL color Cylindrical-coordinate representation of color #B5ACD6: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5ACD6 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181172214-
CMYK0.150.2000.16
HSL252.86º33.87%75.69%-
HSV(B)252.86º19.63%83.92%-
XYZ45.9544.1869.73-
YUV179.48147.48129.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=31.92%
G=30.34%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811722140.150.2000.16252.8633.8775.69
HexB5ACD6F14010fd224c
Octal265254326172402037542114
Binary101101011010110011010110111110100010000111111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACD6; }

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

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

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

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

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

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

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

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