Html Css Color HEX #BCA3C0 Lola

📋 copy color: '#BCA3C0'

red 188 ◦ green 163 ◦ blue 192

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

Shades of Lola #BCA3C0

Tints of Lola #BCA3C0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.02%

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

R = 34.62%
G = 30.02%
B = 35.36%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCA3C0 (or 0xBCA3C0) is known color: Lola. HEX triplet: BC, A3 and C0. RGB value is (188,163,192). Sum of RGB (Red+Green+Blue) = 188+163+192=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 163 (64.06% from 255 or 30.02% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCA3C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3C0 is #435C3F. Grayscale: #ADADAD. Windows color (decimal): -4414528 or 12624828. OLE color: 12624828.

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

Color convert

RGB 188 163 192 -
CMYK 0.02 0.15 0 0.25
HSL 291.72º 0.19% 0.7% -
HSV(B) 291.72º 0.15% 0.75% -
XYZ 43.35 40.69 55.44 -
YUV 173.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 188 163 192 0.02 0.15 0 0.25 291.72 0.19 0.7
Hex BC A3 C0 2 F 0 19 124 13 46
Octal 274 243 300 2 17 0 31 444 23 106
Binary 10111100 10100011 11000000 10 1111 0 11001 100100100 10011 1000110

Color Harmonies of #BCA3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3C0

Black with #BCA3C0

Text Example


Text Example

White with #BCA3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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