#BEB6CF

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

Shades of Moon Raker #BEB6CF

Tints of Moon Raker #BEB6CF

Color information

#BEB6CF (or 0xBEB6CF) is unknown color: approx Moon Raker. HEX triplet: BE, B6 and CF. RGB value is (190,182,207). Sum of RGB (Red+Green+Blue) = 190+182+207=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6CF is #414930. Grayscale: #BBBBBB. Windows color (decimal): -4278577 or 13612734. OLE color: 13612734.

HSL color Cylindrical-coordinate representation of color #BEB6CF: hue angle of 259.2º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB6CF is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190182207-
CMYK0.080.1200.19
HSL259.2º20.66%76.27%-
HSV(B)259.2º12.08%81.18%-
XYZ49.2348.9165.88-
YUV187.24139.15129.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 182 (71.48% from 255) = 31.43%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=32.82%
G=31.43%
B=35.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901822070.080.1200.19259.220.6676.27
HexBEB6CF8C013103154c
Octal276266317101402340325114
Binary10111110101101101100111110001100010011100000011101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6CF; }

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

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

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

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

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

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

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

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