#B5ACD7

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

Shades of Moon Raker #B5ACD7

Tints of Moon Raker #B5ACD7

Color information

#B5ACD7 (or 0xB5ACD7) is unknown color: approx Moon Raker. HEX triplet: B5, AC and D7. RGB value is (181,172,215). Sum of RGB (Red+Green+Blue) = 181+172+215=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACD7 is #4A5328. Grayscale: #B3B3B3. Windows color (decimal): -4870953 or 14134453. OLE color: 14134453.

HSL color Cylindrical-coordinate representation of color #B5ACD7: hue angle of 252.56º degrees, saturation: 0.35, 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 #B5ACD7 is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181172215-
CMYK0.160.200.16
HSL252.56º34.96%75.88%-
HSV(B)252.56º20%84.31%-
XYZ46.0744.2470.4-
YUV179.59147.98129-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 215 (84.38% from 255) = 37.85%
R=31.87%
G=30.28%
B=37.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811722150.160.200.16252.5634.9675.88
HexB5ACD71014010fd234c
Octal265254327202402037543114
Binary1011010110101100110101111000010100010000111111011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACD7; }

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

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

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

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

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

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

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

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