#B4A8DC

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

Shades of Moon Raker #B4A8DC

Tints of Moon Raker #B4A8DC

Color information

#B4A8DC (or 0xB4A8DC) is unknown color: approx Moon Raker. HEX triplet: B4, A8 and DC. RGB value is (180,168,220). Sum of RGB (Red+Green+Blue) = 180+168+220=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8DC is #4B5723. Grayscale: #B1B1B1. Windows color (decimal): -4937508 or 14461108. OLE color: 14461108.

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

Color convert

RGB180168220-
CMYK0.180.2400.14
HSL253.85º42.62%76.08%-
HSV(B)253.85º23.64%86.27%-
XYZ45.7442.8873.58-
YUV177.52151.98129.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 168 (66.02% from 255) = 29.58%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=31.69%
G=29.58%
B=38.73%

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
Decimal1801682200.180.2400.14253.8542.6276.08
HexB4A8DC12180Efe2b4c
Octal264250334223001637653114
Binary101101001010100011011100100101100001110111111101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A8DC; }

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

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

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

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

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

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

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

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