#B8ACDE

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

Shades of Moon Raker #B8ACDE

Tints of Moon Raker #B8ACDE

Color information

#B8ACDE (or 0xB8ACDE) is unknown color: approx Moon Raker. HEX triplet: B8, AC and DE. RGB value is (184,172,222). Sum of RGB (Red+Green+Blue) = 184+172+222=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACDE is #475321. Grayscale: #B5B5B5. Windows color (decimal): -4674338 or 14593208. OLE color: 14593208.

HSL color Cylindrical-coordinate representation of color #B8ACDE: hue angle of 254.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8ACDE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184172222-
CMYK0.170.2300.13
HSL254.4º43.1%77.25%-
HSV(B)254.4º22.52%87.06%-
XYZ47.744.9775.27-
YUV181.29150.98129.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.83%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=31.83%
G=29.76%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841722220.170.2300.13254.443.177.25
HexB8ACDE11170Dfe2b4d
Octal270254336212701537653115
Binary101110001010110011011110100011011101101111111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACDE; }

 p { color: rgb(184,172,222); }

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

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

 a { background-color: rgb(184,172,222); }

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

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

 span { border-color: rgb(184,172,222); }

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