#BEADC0

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

Shades of Lola #BEADC0

Tints of Lola #BEADC0

Color information

#BEADC0 (or 0xBEADC0) is unknown color: approx Lola. HEX triplet: BE, AD and C0. RGB value is (190,173,192). Sum of RGB (Red+Green+Blue) = 190+173+192=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC0 is #41523F. Grayscale: #B4B4B4. Windows color (decimal): -4280896 or 12627390. OLE color: 12627390.

HSL color Cylindrical-coordinate representation of color #BEADC0: hue angle of 293.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEADC0 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190173192-
CMYK0.010.1000.25
HSL293.68º13.1%71.57%-
HSV(B)293.68º9.9%75.29%-
XYZ45.6944.6456.08-
YUV180.25134.63134.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=34.23%
G=31.17%
B=34.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901731920.010.1000.25293.6813.171.57
HexBEADC01A019126d48
Octal27625530011203144615110
Binary1011111010101101110000001101001100110010011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADC0; }

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

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

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

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

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

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

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

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