#BEB1DC

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

Shades of Moon Raker #BEB1DC

Tints of Moon Raker #BEB1DC

Color information

#BEB1DC (or 0xBEB1DC) is unknown color: approx Moon Raker. HEX triplet: BE, B1 and DC. RGB value is (190,177,220). Sum of RGB (Red+Green+Blue) = 190+177+220=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1DC is #414E23. Grayscale: #B9B9B9. Windows color (decimal): -4279844 or 14463422. OLE color: 14463422.

HSL color Cylindrical-coordinate representation of color #BEB1DC: hue angle of 258.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB1DC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190177220-
CMYK0.140.2000.14
HSL258.14º38.05%77.84%-
HSV(B)258.14º19.55%86.27%-
XYZ49.8847.5674.26-
YUV185.79147.31131-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=32.37%
G=30.15%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901772200.140.2000.14258.1438.0577.84
HexBEB1DCE140E102264e
Octal276261334162401640246116
Binary101111101011000111011100111010100011101000000101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1DC; }

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

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

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

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

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

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

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

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