#BEACDC

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

Shades of Moon Raker #BEACDC

Tints of Moon Raker #BEACDC

Color information

#BEACDC (or 0xBEACDC) is unknown color: approx Moon Raker. HEX triplet: BE, AC and DC. RGB value is (190,172,220). Sum of RGB (Red+Green+Blue) = 190+172+220=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACDC is #415323. Grayscale: #B6B6B6. Windows color (decimal): -4281124 or 14462142. OLE color: 14462142.

HSL color Cylindrical-coordinate representation of color #BEACDC: hue angle of 262.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEACDC is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190172220-
CMYK0.140.2200.14
HSL262.5º40.68%76.86%-
HSV(B)262.5º21.82%86.27%-
XYZ48.9145.6273.94-
YUV182.85148.96133.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=32.65%
G=29.55%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901722200.140.2200.14262.540.6876.86
HexBEACDCE160E106294d
Octal276254334162601640651115
Binary101111101010110011011100111010110011101000001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACDC; }

 p { color: rgb(190,172,220); }

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

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

 a { background-color: rgb(190,172,220); }

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

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

 span { border-color: rgb(190,172,220); }

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