#BEACD5

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

Shades of Moon Raker #BEACD5

Tints of Moon Raker #BEACD5

Color information

#BEACD5 (or 0xBEACD5) is unknown color: approx Moon Raker. HEX triplet: BE, AC and D5. RGB value is (190,172,213). Sum of RGB (Red+Green+Blue) = 190+172+213=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD5 is #41532A. Grayscale: #B5B5B5. Windows color (decimal): -4281131 or 14003390. OLE color: 14003390.

HSL color Cylindrical-coordinate representation of color #BEACD5: hue angle of 266.34º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEACD5 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190172213-
CMYK0.110.1900.16
HSL266.34º32.8%75.49%-
HSV(B)266.34º19.25%83.53%-
XYZ4845.2669.16-
YUV182.06145.46133.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 172 (67.58% from 255) = 29.91%
BLUE value IS 213 (83.59% from 255) = 37.04%
R=33.04%
G=29.91%
B=37.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901722130.110.1900.16266.3432.875.49
HexBEACD5B1301010a214b
Octal276254325132302041241113
Binary1011111010101100110101011011100110100001000010101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACD5; }

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

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

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

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

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

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

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

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