#BAACBE

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

Shades of Lola #BAACBE

Tints of Lola #BAACBE

Color information

#BAACBE (or 0xBAACBE) is unknown color: approx Lola. HEX triplet: BA, AC and BE. RGB value is (186,172,190). Sum of RGB (Red+Green+Blue) = 186+172+190=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACBE is #455341. Grayscale: #B2B2B2. Windows color (decimal): -4543298 or 12496058. OLE color: 12496058.

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

Color convert

RGB186172190-
CMYK0.020.0900.25
HSL286.67º12.16%70.98%-
HSV(B)286.67º9.47%74.51%-
XYZ44.343.6654.81-
YUV178.24134.64133.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=33.94%
G=31.39%
B=34.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861721900.020.0900.25286.6712.1670.98
HexBAACBE2901911fc47
Octal27225427621103143714107
Binary10111010101011001011111010100101100110001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACBE; }

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

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

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

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

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

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

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

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