Html Css Color HEX #BCA6C0 Lola

📋 copy color: '#BCA6C0'

red 188 ◦ green 166 ◦ blue 192

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

Shades of Lola #BCA6C0

Tints of Lola #BCA6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 34.43%
G = 30.4%
B = 35.16%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCA6C0 (or 0xBCA6C0) is known color: Lola. HEX triplet: BC, A6 and C0. RGB value is (188,166,192). Sum of RGB (Red+Green+Blue) = 188+166+192=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6C0 is #43593F. Grayscale: #AFAFAF. Windows color (decimal): -4413760 or 12625596. OLE color: 12625596.

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

Color convert

RGB 188 166 192 -
CMYK 0.02 0.14 0 0.25
HSL 290.77º 0.17% 0.7% -
HSV(B) 290.77º 0.14% 0.75% -
XYZ 43.89 41.77 55.62 -
YUV 175.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 188 166 192 0.02 0.14 0 0.25 290.77 0.17 0.7
Hex BC A6 C0 2 E 0 19 123 11 46
Octal 274 246 300 2 16 0 31 443 21 106
Binary 10111100 10100110 11000000 10 1110 0 11001 100100011 10001 1000110

Color Harmonies of #BCA6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6C0

Black with #BCA6C0

Text Example


Text Example

White with #BCA6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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