#BEADC2

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

Shades of Lola #BEADC2

Tints of Lola #BEADC2

Color information

#BEADC2 (or 0xBEADC2) is unknown color: approx Lola. HEX triplet: BE, AD and C2. RGB value is (190,173,194). Sum of RGB (Red+Green+Blue) = 190+173+194=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC2 is #41523D. Grayscale: #B4B4B4. Windows color (decimal): -4280894 or 12758462. OLE color: 12758462.

HSL color Cylindrical-coordinate representation of color #BEADC2: hue angle of 288.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEADC2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190173194-
CMYK0.020.1100.24
HSL288.57º14.69%71.96%-
HSV(B)288.57º10.82%76.08%-
XYZ45.9244.7357.25-
YUV180.48135.63134.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 194 (76.17% from 255) = 34.83%
R=34.11%
G=31.06%
B=34.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901731940.020.1100.24288.5714.6971.96
HexBEADC22B018121f48
Octal27625530221303044117110
Binary10111110101011011100001010101101100010010000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADC2; }

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

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

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

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

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

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

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

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