#B7ACD0

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

Shades of Moon Raker #B7ACD0

Tints of Moon Raker #B7ACD0

Color information

#B7ACD0 (or 0xB7ACD0) is unknown color: approx Moon Raker. HEX triplet: B7, AC and D0. RGB value is (183,172,208). Sum of RGB (Red+Green+Blue) = 183+172+208=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #B7ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACD0 is #48532F. Grayscale: #B3B3B3. Windows color (decimal): -4739888 or 13675703. OLE color: 13675703.

HSL color Cylindrical-coordinate representation of color #B7ACD0: hue angle of 258.33º 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 #B7ACD0 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183172208-
CMYK0.120.1700.18
HSL258.33º27.69%74.51%-
HSV(B)258.33º17.31%81.57%-
XYZ45.6744.1365.78-
YUV179.39144.14130.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=32.50%
G=30.55%
B=36.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831722080.120.1700.18258.3327.6974.51
HexB7ACD0C110121021c4b
Octal267254320142102240234113
Binary101101111010110011010000110010001010010100000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACD0; }

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

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

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

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

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

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

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

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