#BEB5CF

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

Shades of Moon Raker #BEB5CF

Tints of Moon Raker #BEB5CF

Color information

#BEB5CF (or 0xBEB5CF) is unknown color: approx Moon Raker. HEX triplet: BE, B5 and CF. RGB value is (190,181,207). Sum of RGB (Red+Green+Blue) = 190+181+207=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB5CF is #414A30. Grayscale: #BABABA. Windows color (decimal): -4278833 or 13612478. OLE color: 13612478.

HSL color Cylindrical-coordinate representation of color #BEB5CF: hue angle of 260.77º degrees, saturation: 0.21, 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 #BEB5CF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB190181207-
CMYK0.080.1300.19
HSL260.77º21.31%76.08%-
HSV(B)260.77º12.56%81.18%-
XYZ49.0248.565.81-
YUV186.66139.48130.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.87%
GREEN value IS 181 (71.09% from 255) = 31.31%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=32.87%
G=31.31%
B=35.81%

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
Decimal1901812070.080.1300.19260.7721.3176.08
HexBEB5CF8D013105154c
Octal276265317101502340525114
Binary10111110101101011100111110001101010011100000101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5CF; }

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

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

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

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

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

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

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

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