#BEB7CD

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

Shades of Moon Raker #BEB7CD

Tints of Moon Raker #BEB7CD

Color information

#BEB7CD (or 0xBEB7CD) is unknown color: approx Moon Raker. HEX triplet: BE, B7 and CD. RGB value is (190,183,205). Sum of RGB (Red+Green+Blue) = 190+183+205=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7CD is #414832. Grayscale: #BBBBBB. Windows color (decimal): -4278323 or 13481918. OLE color: 13481918.

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

Color convert

RGB190183205-
CMYK0.070.1100.20
HSL259.09º18.03%76.08%-
HSV(B)259.09º10.73%80.39%-
XYZ49.1949.2264.67-
YUV187.6137.82129.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=32.87%
G=31.66%
B=35.47%

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
Decimal1901832050.070.1100.20259.0918.0376.08
HexBEB7CD7B014103124c
Octal27626731571302440322114
Binary1011111010110111110011011111011010100100000011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7CD; }

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

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

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

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

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

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

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

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