#BEB1CF

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

Shades of Moon Raker #BEB1CF

Tints of Moon Raker #BEB1CF

Color information

#BEB1CF (or 0xBEB1CF) is unknown color: approx Moon Raker. HEX triplet: BE, B1 and CF. RGB value is (190,177,207). Sum of RGB (Red+Green+Blue) = 190+177+207=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1CF is #414E30. Grayscale: #B8B8B8. Windows color (decimal): -4279857 or 13611454. OLE color: 13611454.

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

Color convert

RGB190177207-
CMYK0.080.1400.19
HSL266º23.81%75.29%-
HSV(B)266º14.49%81.18%-
XYZ48.2246.965.54-
YUV184.31140.81132.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 177 (69.53% from 255) = 30.84%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=33.10%
G=30.84%
B=36.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1901772070.080.1400.1926623.8175.29
HexBEB1CF8E01310a184b
Octal276261317101602341230113
Binary10111110101100011100111110001110010011100001010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB1CF; }

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

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

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

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

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

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

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

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