#BEACDD

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

Shades of Moon Raker #BEACDD

Tints of Moon Raker #BEACDD

Color information

#BEACDD (or 0xBEACDD) is unknown color: approx Moon Raker. HEX triplet: BE, AC and DD. RGB value is (190,172,221). Sum of RGB (Red+Green+Blue) = 190+172+221=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACDD is #415322. Grayscale: #B6B6B6. Windows color (decimal): -4281123 or 14527678. OLE color: 14527678.

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

Color convert

RGB190172221-
CMYK0.140.2200.13
HSL262.04º41.88%77.06%-
HSV(B)262.04º22.17%86.67%-
XYZ49.0445.6774.64-
YUV182.97149.46133.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=32.59%
G=29.50%
B=37.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901722210.140.2200.13262.0441.8877.06
HexBEACDDE160D1062a4d
Octal276254335162601540652115
Binary101111101010110011011101111010110011011000001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACDD; }

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

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

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

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

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

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

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

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