#BEB4D5

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

Shades of Moon Raker #BEB4D5

Tints of Moon Raker #BEB4D5

Color information

#BEB4D5 (or 0xBEB4D5) is unknown color: approx Moon Raker. HEX triplet: BE, B4 and D5. RGB value is (190,180,213). Sum of RGB (Red+Green+Blue) = 190+180+213=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4D5 is #414B2A. Grayscale: #BABABA. Windows color (decimal): -4279083 or 14005438. OLE color: 14005438.

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

Color convert

RGB190180213-
CMYK0.110.1500.16
HSL258.18º28.21%77.06%-
HSV(B)258.18º15.49%83.53%-
XYZ49.5748.3969.68-
YUV186.75142.81130.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 180 (70.70% from 255) = 30.87%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=32.59%
G=30.87%
B=36.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901802130.110.1500.16258.1828.2177.06
HexBEB4D5BF0101021c4d
Octal276264325131702040234115
Binary10111110101101001101010110111111010000100000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4D5; }

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

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

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

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

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

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

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

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