#BEB7C0

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

Shades of Lola #BEB7C0

Tints of Lola #BEB7C0

Color information

#BEB7C0 (or 0xBEB7C0) is unknown color: approx Lola. HEX triplet: BE, B7 and C0. RGB value is (190,183,192). Sum of RGB (Red+Green+Blue) = 190+183+192=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEB7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB7C0 is #41483F. Grayscale: #BABABA. Windows color (decimal): -4278336 or 12629950. OLE color: 12629950.

HSL color Cylindrical-coordinate representation of color #BEB7C0: hue angle of 286.67º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEB7C0 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190183192-
CMYK0.010.0500.25
HSL286.67º6.67%73.53%-
HSV(B)286.67º4.69%75.29%-
XYZ47.6848.6256.74-
YUV186.12131.32130.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 192 (75.39% from 255) = 33.98%
R=33.63%
G=32.39%
B=33.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901831920.010.0500.25286.676.6773.53
HexBEB7C01501911f74a
Octal276267300150314377112
Binary10111110101101111100000011010110011000111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7C0; }

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

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

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

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

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

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

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

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