#BEACC5

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

Shades of Lola #BEACC5

Tints of Lola #BEACC5

Color information

#BEACC5 (or 0xBEACC5) is unknown color: approx Lola. HEX triplet: BE, AC and C5. RGB value is (190,172,197). Sum of RGB (Red+Green+Blue) = 190+172+197=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC5 is #41533A. Grayscale: #B4B4B4. Windows color (decimal): -4281147 or 12954814. OLE color: 12954814.

HSL color Cylindrical-coordinate representation of color #BEACC5: hue angle of 283.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEACC5 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190172197-
CMYK0.040.1300.23
HSL283.2º17.73%72.35%-
HSV(B)283.2º12.69%77.25%-
XYZ46.0744.4858.98-
YUV180.23137.46134.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=33.99%
G=30.77%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901721970.040.1300.23283.217.7372.35
HexBEACC54D01711b1248
Octal27625430541502743322110
Binary1011111010101100110001011001101010111100011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACC5; }

 p { color: rgb(190,172,197); }

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

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

 a { background-color: rgb(190,172,197); }

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

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

 span { border-color: rgb(190,172,197); }

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