#BEACD6

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

Shades of Moon Raker #BEACD6

Tints of Moon Raker #BEACD6

Color information

#BEACD6 (or 0xBEACD6) is unknown color: approx Moon Raker. HEX triplet: BE, AC and D6. RGB value is (190,172,214). Sum of RGB (Red+Green+Blue) = 190+172+214=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD6 is #415329. Grayscale: #B6B6B6. Windows color (decimal): -4281130 or 14068926. OLE color: 14068926.

HSL color Cylindrical-coordinate representation of color #BEACD6: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEACD6 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190172214-
CMYK0.110.2000.16
HSL265.71º33.87%75.69%-
HSV(B)265.71º19.63%83.92%-
XYZ48.1345.3169.83-
YUV182.17145.96133.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 214 (83.98% from 255) = 37.15%
R=32.99%
G=29.86%
B=37.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901722140.110.2000.16265.7133.8775.69
HexBEACD6B1401010a224c
Octal276254326132402041242114
Binary1011111010101100110101101011101000100001000010101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACD6; }

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

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

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

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

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

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

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

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