#B4A7DC

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

Shades of Moon Raker #B4A7DC

Tints of Moon Raker #B4A7DC

Color information

#B4A7DC (or 0xB4A7DC) is unknown color: approx Moon Raker. HEX triplet: B4, A7 and DC. RGB value is (180,167,220). Sum of RGB (Red+Green+Blue) = 180+167+220=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A7DC is #4B5823. Grayscale: #B0B0B0. Windows color (decimal): -4937764 or 14460852. OLE color: 14460852.

HSL color Cylindrical-coordinate representation of color #B4A7DC: hue angle of 254.72º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4A7DC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180167220-
CMYK0.180.2400.14
HSL254.72º43.09%75.88%-
HSV(B)254.72º24.09%86.27%-
XYZ45.5642.5173.51-
YUV176.93152.31130.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=31.75%
G=29.45%
B=38.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801672200.180.2400.14254.7243.0975.88
HexB4A7DC12180Eff2b4c
Octal264247334223001637753114
Binary101101001010011111011100100101100001110111111111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A7DC; }

 p { color: rgb(180,167,220); }

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

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

 a { background-color: rgb(180,167,220); }

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

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

 span { border-color: rgb(180,167,220); }

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