#BEACD8

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

Shades of Moon Raker #BEACD8

Tints of Moon Raker #BEACD8

Color information

#BEACD8 (or 0xBEACD8) is unknown color: approx Moon Raker. HEX triplet: BE, AC and D8. RGB value is (190,172,216). Sum of RGB (Red+Green+Blue) = 190+172+216=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEACD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD8 is #415327. Grayscale: #B6B6B6. Windows color (decimal): -4281128 or 14199998. OLE color: 14199998.

HSL color Cylindrical-coordinate representation of color #BEACD8: hue angle of 264.55º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEACD8 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190172216-
CMYK0.120.2000.15
HSL264.55º36.07%76.08%-
HSV(B)264.55º20.37%84.71%-
XYZ48.3845.4171.18-
YUV182.4146.96133.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 172 (67.58% from 255) = 29.76%
BLUE value IS 216 (84.77% from 255) = 37.37%
R=32.87%
G=29.76%
B=37.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901722160.120.2000.15264.5536.0776.08
HexBEACD8C140F109244c
Octal276254330142401741144114
Binary101111101010110011011000110010100011111000010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACD8; }

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

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

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

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

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

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

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

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