Html Css Color HEX #BCA6BF Lola

📋 copy color: '#BCA6BF'

red 188 ◦ green 166 ◦ blue 191

#BCA6BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BCA6BF

Tints of Lola #BCA6BF

RGB

 RED value IS 188 (73.83% from 255) = 34.5%

 GREEN value IS 166 (65.23% from 255) = 30.46%

 BLUE value IS 191 (75% from 255) = 35.05%

R = 34.5%
G = 30.46%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCA6BF (or 0xBCA6BF) is known color: Lola. HEX triplet: BC, A6 and BF. RGB value is (188,166,191). Sum of RGB (Red+Green+Blue) = 188+166+191=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6BF is #435940. Grayscale: #AFAFAF. Windows color (decimal): -4413761 or 12560060. OLE color: 12560060.

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

Color convert

RGB 188 166 191 -
CMYK 0.02 0.13 0 0.25
HSL 292.8º 0.16% 0.7% -
HSV(B) 292.8º 0.13% 0.75% -
XYZ 43.78 41.73 55.04 -
YUV 175.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 188 166 191 0.02 0.13 0 0.25 292.8 0.16 0.7
Hex BC A6 BF 2 D 0 19 125 10 46
Octal 274 246 277 2 15 0 31 445 20 106
Binary 10111100 10100110 10111111 10 1101 0 11001 100100101 10000 1000110

Color Harmonies of #BCA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6BF

Black with #BCA6BF

Text Example


Text Example

White with #BCA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6BF; }

 p { color: rgb(188,166,191); }

 H1.HeaderClassName
 {
   color: #BCA6BF;
 }
 .AnyTagClassName
 {
   color: #BCA6BF;
 }
</style>

background-color css

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

 a { background-color: rgb(188,166,191); }

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

border-color css

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

 span { border-color: rgb(188,166,191); }

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