#BEB0DC

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

Shades of Moon Raker #BEB0DC

Tints of Moon Raker #BEB0DC

Color information

#BEB0DC (or 0xBEB0DC) is unknown color: approx Moon Raker. HEX triplet: BE, B0 and DC. RGB value is (190,176,220). Sum of RGB (Red+Green+Blue) = 190+176+220=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0DC is #414F23. Grayscale: #B9B9B9. Windows color (decimal): -4280100 or 14463166. OLE color: 14463166.

HSL color Cylindrical-coordinate representation of color #BEB0DC: hue angle of 259.09º degrees, saturation: 0.39, 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 #BEB0DC is Cyan = 0.14, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190176220-
CMYK0.140.200.14
HSL259.09º38.6%77.65%-
HSV(B)259.09º20%86.27%-
XYZ49.6847.1774.2-
YUV185.2147.64131.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 176 (69.14% from 255) = 30.03%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=32.42%
G=30.03%
B=37.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901762200.140.200.14259.0938.677.65
HexBEB0DCE140E103274e
Octal276260334162401640347116
Binary101111101011000011011100111010100011101000000111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0DC; }

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

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

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

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

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

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

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

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