#B4A7E0

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

Shades of Moon Raker #B4A7E0

Tints of Moon Raker #B4A7E0

Color information

#B4A7E0 (or 0xB4A7E0) is unknown color: approx Moon Raker. HEX triplet: B4, A7 and E0. RGB value is (180,167,224). Sum of RGB (Red+Green+Blue) = 180+167+224=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #B4A7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A7E0 is #4B581F. Grayscale: #B1B1B1. Windows color (decimal): -4937760 or 14722996. OLE color: 14722996.

HSL color Cylindrical-coordinate representation of color #B4A7E0: hue angle of 253.68º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4A7E0 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180167224-
CMYK0.200.2500.12
HSL253.68º47.9%76.67%-
HSV(B)253.68º25.45%87.84%-
XYZ46.142.7276.34-
YUV177.38154.31129.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=31.52%
G=29.25%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801672240.200.2500.12253.6847.976.67
HexB4A7E014190Cfe304d
Octal264247340243101437660115
Binary101101001010011111100000101001100101100111111101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A7E0; }

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

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

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

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

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

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

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

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