#BEB1D8

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

Shades of Moon Raker #BEB1D8

Tints of Moon Raker #BEB1D8

Color information

#BEB1D8 (or 0xBEB1D8) is unknown color: approx Moon Raker. HEX triplet: BE, B1 and D8. RGB value is (190,177,216). Sum of RGB (Red+Green+Blue) = 190+177+216=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEB1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1D8 is #414E27. Grayscale: #B9B9B9. Windows color (decimal): -4279848 or 14201278. OLE color: 14201278.

HSL color Cylindrical-coordinate representation of color #BEB1D8: hue angle of 260º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEB1D8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190177216-
CMYK0.120.1800.15
HSL260º33.33%77.06%-
HSV(B)260º18.06%84.71%-
XYZ49.3547.3571.5-
YUV185.33145.31131.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 216 (84.77% from 255) = 37.05%
R=32.59%
G=30.36%
B=37.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901772160.120.1800.1526033.3377.06
HexBEB1D8C120F104214d
Octal276261330142201740441115
Binary101111101011000111011000110010010011111000001001000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1D8; }

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

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

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

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

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

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

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

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