#BEA6C8

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

Shades of Lola #BEA6C8

Tints of Lola #BEA6C8

Color information

#BEA6C8 (or 0xBEA6C8) is unknown color: approx Lola. HEX triplet: BE, A6 and C8. RGB value is (190,166,200). Sum of RGB (Red+Green+Blue) = 190+166+200=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6C8 is #415937. Grayscale: #B0B0B0. Windows color (decimal): -4282680 or 13149886. OLE color: 13149886.

HSL color Cylindrical-coordinate representation of color #BEA6C8: hue angle of 282.35º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA6C8 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190166200-
CMYK0.050.1700.22
HSL282.35º23.61%71.76%-
HSV(B)282.35º17%78.43%-
XYZ45.342.3960.44-
YUV177.05140.95137.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=34.17%
G=29.86%
B=35.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901662000.050.1700.22282.3523.6171.76
HexBEA6C851101611a1848
Octal27624631052102643230110
Binary10111110101001101100100010110001010110100011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA6C8; }

 p { color: rgb(190,166,200); }

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

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

 a { background-color: rgb(190,166,200); }

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

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

 span { border-color: rgb(190,166,200); }

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