#BEB6CA

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

Shades of Moon Raker #BEB6CA

Tints of Moon Raker #BEB6CA

Color information

#BEB6CA (or 0xBEB6CA) is unknown color: approx Moon Raker. HEX triplet: BE, B6 and CA. RGB value is (190,182,202). Sum of RGB (Red+Green+Blue) = 190+182+202=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEB6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6CA is #414935. Grayscale: #BABABA. Windows color (decimal): -4278582 or 13285054. OLE color: 13285054.

HSL color Cylindrical-coordinate representation of color #BEB6CA: hue angle of 264º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB6CA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190182202-
CMYK0.060.1000.21
HSL264º15.87%75.29%-
HSV(B)264º9.9%79.22%-
XYZ48.6248.6762.71-
YUV186.67136.65130.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=33.10%
G=31.71%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901822020.060.1000.2126415.8775.29
HexBEB6CA6A015108104b
Octal27626631261202541020113
Binary1011111010110110110010101101010010101100001000100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6CA; }

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

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

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

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

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

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

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

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