#B6ACD7

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

Shades of Moon Raker #B6ACD7

Tints of Moon Raker #B6ACD7

Color information

#B6ACD7 (or 0xB6ACD7) is unknown color: approx Moon Raker. HEX triplet: B6, AC and D7. RGB value is (182,172,215). Sum of RGB (Red+Green+Blue) = 182+172+215=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #B6ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACD7 is #495328. Grayscale: #B3B3B3. Windows color (decimal): -4805417 or 14134454. OLE color: 14134454.

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

Color convert

RGB182172215-
CMYK0.150.200.16
HSL253.95º34.96%75.88%-
HSV(B)253.95º20%84.31%-
XYZ46.3144.3670.41-
YUV179.89147.81129.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=31.99%
G=30.23%
B=37.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821722150.150.200.16253.9534.9675.88
HexB6ACD7F14010fe234c
Octal266254327172402037643114
Binary101101101010110011010111111110100010000111111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACD7; }

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

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

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

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

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

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

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

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