#BEB7CF

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

Shades of Moon Raker #BEB7CF

Tints of Moon Raker #BEB7CF

Color information

#BEB7CF (or 0xBEB7CF) is unknown color: approx Moon Raker. HEX triplet: BE, B7 and CF. RGB value is (190,183,207). Sum of RGB (Red+Green+Blue) = 190+183+207=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7CF is #414830. Grayscale: #BBBBBB. Windows color (decimal): -4278321 or 13612990. OLE color: 13612990.

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

Color convert

RGB190183207-
CMYK0.080.1200.19
HSL257.5º20%76.47%-
HSV(B)257.5º11.59%81.18%-
XYZ49.4349.3265.95-
YUV187.83138.82129.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.76%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=32.76%
G=31.55%
B=35.69%

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
Decimal1901832070.080.1200.19257.52076.47
HexBEB7CF8C013102144c
Octal276267317101402340224114
Binary10111110101101111100111110001100010011100000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7CF; }

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

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

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

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

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

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

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

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