#B5ACD4

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

Shades of Moon Raker #B5ACD4

Tints of Moon Raker #B5ACD4

Color information

#B5ACD4 (or 0xB5ACD4) is unknown color: approx Moon Raker. HEX triplet: B5, AC and D4. RGB value is (181,172,212). Sum of RGB (Red+Green+Blue) = 181+172+212=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #B5ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACD4 is #4A532B. Grayscale: #B3B3B3. Windows color (decimal): -4870956 or 13937845. OLE color: 13937845.

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

Color convert

RGB181172212-
CMYK0.150.1900.17
HSL253.5º31.75%75.29%-
HSV(B)253.5º18.87%83.14%-
XYZ45.6944.0868.39-
YUV179.25146.48129.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=32.04%
G=30.44%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811722120.150.1900.17253.531.7575.29
HexB5ACD4F13011fe204b
Octal265254324172302137640113
Binary101101011010110011010100111110011010001111111101000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACD4; }

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

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

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

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

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

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

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

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