#BEB3CD

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

Shades of Moon Raker #BEB3CD

Tints of Moon Raker #BEB3CD

Color information

#BEB3CD (or 0xBEB3CD) is unknown color: approx Moon Raker. HEX triplet: BE, B3 and CD. RGB value is (190,179,205). Sum of RGB (Red+Green+Blue) = 190+179+205=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3CD is #414C32. Grayscale: #B9B9B9. Windows color (decimal): -4279347 or 13480894. OLE color: 13480894.

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

Color convert

RGB190179205-
CMYK0.070.1300.20
HSL265.38º20.63%75.29%-
HSV(B)265.38º12.68%80.39%-
XYZ48.3747.664.39-
YUV185.25139.14131.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 179 (70.31% from 255) = 31.18%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=33.10%
G=31.18%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901792050.070.1300.20265.3820.6375.29
HexBEB3CD7D014109154b
Octal27626331571502441125113
Binary1011111010110011110011011111101010100100001001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3CD; }

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

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

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

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

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

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

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

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