#BCAEC1

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

Shades of Lola #BCAEC1

Tints of Lola #BCAEC1

Color information

#BCAEC1 (or 0xBCAEC1) is unknown color: approx Lola. HEX triplet: BC, AE and C1. RGB value is (188,174,193). Sum of RGB (Red+Green+Blue) = 188+174+193=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCAEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC1 is #43513E. Grayscale: #B4B4B4. Windows color (decimal): -4411711 or 12693180. OLE color: 12693180.

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

Color convert

RGB188174193-
CMYK0.030.1000.24
HSL284.21º13.29%71.96%-
HSV(B)284.21º9.84%75.69%-
XYZ45.544.8156.7-
YUV180.35135.14133.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=33.87%
G=31.35%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881741930.030.1000.24284.2113.2971.96
HexBCAEC13A01811cd48
Octal27425630131203043415110
Binary10111100101011101100000111101001100010001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEC1; }

 p { color: rgb(188,174,193); }

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

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

 a { background-color: rgb(188,174,193); }

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

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

 span { border-color: rgb(188,174,193); }

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