#B7ACDB

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

Shades of Moon Raker #B7ACDB

Tints of Moon Raker #B7ACDB

Color information

#B7ACDB (or 0xB7ACDB) is unknown color: approx Moon Raker. HEX triplet: B7, AC and DB. RGB value is (183,172,219). Sum of RGB (Red+Green+Blue) = 183+172+219=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ACDB is #485324. Grayscale: #B4B4B4. Windows color (decimal): -4739877 or 14396599. OLE color: 14396599.

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

Color convert

RGB183172219-
CMYK0.160.2100.14
HSL254.04º39.5%76.67%-
HSV(B)254.04º21.46%85.88%-
XYZ47.0744.6973.16-
YUV180.65149.64129.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=31.88%
G=29.97%
B=38.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831722190.160.2100.14254.0439.576.67
HexB7ACDB10150Efe274d
Octal267254333202501637647115
Binary101101111010110011011011100001010101110111111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACDB; }

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

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

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

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

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

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

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

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