#B6ACDB

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

Shades of Moon Raker #B6ACDB

Tints of Moon Raker #B6ACDB

Color information

#B6ACDB (or 0xB6ACDB) is unknown color: approx Moon Raker. HEX triplet: B6, AC and DB. RGB value is (182,172,219). Sum of RGB (Red+Green+Blue) = 182+172+219=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACDB is #495324. Grayscale: #B4B4B4. Windows color (decimal): -4805413 or 14396598. OLE color: 14396598.

HSL color Cylindrical-coordinate representation of color #B6ACDB: hue angle of 252.77º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6ACDB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182172219-
CMYK0.170.2100.14
HSL252.77º39.5%76.67%-
HSV(B)252.77º21.46%85.88%-
XYZ46.8344.5673.15-
YUV180.35149.81129.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=31.76%
G=30.02%
B=38.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821722190.170.2100.14252.7739.576.67
HexB6ACDB11150Efd274d
Octal266254333212501637547115
Binary101101101010110011011011100011010101110111111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACDB; }

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

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

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

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

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

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

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

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