Html Css Color HEX #BCA3BC Lola

📋 copy color: '#BCA3BC'

red 188 ◦ green 163 ◦ blue 188

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

Shades of Lola #BCA3BC

Tints of Lola #BCA3BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.88%

R = 34.88%
G = 30.24%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCA3BC (or 0xBCA3BC) is known color: Lola. HEX triplet: BC, A3 and BC. RGB value is (188,163,188). Sum of RGB (Red+Green+Blue) = 188+163+188=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3BC is #435C43. Grayscale: #ADADAD. Windows color (decimal): -4414532 or 12362684. OLE color: 12362684.

HSL color Cylindrical-coordinate representation of color #BCA3BC: hue angle of 300º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCA3BC is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 163 188 -
CMYK 0 0.13 0 0.26
HSL 300º 0.16% 0.69% -
HSV(B) 300º 0.13% 0.74% -
XYZ 42.91 40.52 53.14 -
YUV 173.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 188 163 188 0 0.13 0 0.26 300 0.16 0.69
Hex BC A3 BC 0 D 0 1A 12C 10 45
Octal 274 243 274 0 15 0 32 454 20 105
Binary 10111100 10100011 10111100 0 1101 0 11010 100101100 10000 1000101

Color Harmonies of #BCA3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA3BC

Black with #BCA3BC

Text Example


Text Example

White with #BCA3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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