#BEB6CD

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

Shades of Moon Raker #BEB6CD

Tints of Moon Raker #BEB6CD

Color information

#BEB6CD (or 0xBEB6CD) is unknown color: approx Moon Raker. HEX triplet: BE, B6 and CD. RGB value is (190,182,205). Sum of RGB (Red+Green+Blue) = 190+182+205=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6CD is #414932. Grayscale: #BABABA. Windows color (decimal): -4278579 or 13481662. OLE color: 13481662.

HSL color Cylindrical-coordinate representation of color #BEB6CD: hue angle of 260.87º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB6CD is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190182205-
CMYK0.070.1100.20
HSL260.87º18.7%75.88%-
HSV(B)260.87º11.22%80.39%-
XYZ48.9848.8164.6-
YUV187.01138.15130.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 205 (80.47% from 255) = 35.53%
R=32.93%
G=31.54%
B=35.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901822050.070.1100.20260.8718.775.88
HexBEB6CD7B014105134c
Octal27626631571302440523114
Binary1011111010110110110011011111011010100100000101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6CD; }

 p { color: rgb(190,182,205); }

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

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

 a { background-color: rgb(190,182,205); }

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

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

 span { border-color: rgb(190,182,205); }

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