#BCA7BE

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

Shades of Lola #BCA7BE

Tints of Lola #BCA7BE

Color information

#BCA7BE (or 0xBCA7BE) is unknown color: approx Lola. HEX triplet: BC, A7 and BE. RGB value is (188,167,190). Sum of RGB (Red+Green+Blue) = 188+167+190=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCA7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7BE is #435841. Grayscale: #AFAFAF. Windows color (decimal): -4413506 or 12494780. OLE color: 12494780.

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

Color convert

RGB188167190-
CMYK0.010.1200.25
HSL294.78º15.03%70%-
HSV(B)294.78º12.11%74.51%-
XYZ43.8542.0554.52-
YUV175.9135.96136.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.50%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=34.50%
G=30.64%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881671900.010.1200.25294.7815.0370
HexBCA7BE1C019127f46
Octal27424727611403144717106
Binary1011110010100111101111101110001100110010011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7BE; }

 p { color: rgb(188,167,190); }

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

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

 a { background-color: rgb(188,167,190); }

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

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

 span { border-color: rgb(188,167,190); }

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