Html Css Color HEX #BCA4C1 Lola

📋 copy color: '#BCA4C1'

red 188 ◦ green 164 ◦ blue 193

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

Shades of Lola #BCA4C1

Tints of Lola #BCA4C1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.09%

 BLUE value IS 193 (75.78% from 255) = 35.41%

R = 34.5%
G = 30.09%
B = 35.41%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCA4C1 (or 0xBCA4C1) is known color: Lola. HEX triplet: BC, A4 and C1. RGB value is (188,164,193). Sum of RGB (Red+Green+Blue) = 188+164+193=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4C1 is #435B3E. Grayscale: #AEAEAE. Windows color (decimal): -4414271 or 12690620. OLE color: 12690620.

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

Color convert

RGB 188 164 193 -
CMYK 0.03 0.15 0 0.24
HSL 289.66º 0.19% 0.7% -
HSV(B) 289.66º 0.15% 0.76% -
XYZ 43.64 41.09 56.08 -
YUV 174.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 188 164 193 0.03 0.15 0 0.24 289.66 0.19 0.7
Hex BC A4 C1 3 F 0 18 122 13 46
Octal 274 244 301 3 17 0 30 442 23 106
Binary 10111100 10100100 11000001 11 1111 0 11000 100100010 10011 1000110

Color Harmonies of #BCA4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA4C1

Black with #BCA4C1

Text Example


Text Example

White with #BCA4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA4C1; }

 p { color: rgb(188,164,193); }

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

background-color css

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

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

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

border-color css

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

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

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