#BEB4CF

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

Shades of Moon Raker #BEB4CF

Tints of Moon Raker #BEB4CF

Color information

#BEB4CF (or 0xBEB4CF) is unknown color: approx Moon Raker. HEX triplet: BE, B4 and CF. RGB value is (190,180,207). Sum of RGB (Red+Green+Blue) = 190+180+207=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4CF is #414B30. Grayscale: #B9B9B9. Windows color (decimal): -4279089 or 13612222. OLE color: 13612222.

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

Color convert

RGB190180207-
CMYK0.080.1300.19
HSL262.22º21.95%75.88%-
HSV(B)262.22º13.04%81.18%-
XYZ48.8248.0965.74-
YUV186.07139.81130.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 207 (81.25% from 255) = 35.88%
R=32.93%
G=31.20%
B=35.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901802070.080.1300.19262.2221.9575.88
HexBEB4CF8D013106164c
Octal276264317101502340626114
Binary10111110101101001100111110001101010011100000110101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4CF; }

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

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

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

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

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

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

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

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