Html Css Color HEX #BCA1BC Lola

📋 copy color: '#BCA1BC'

red 188 ◦ green 161 ◦ blue 188

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

Shades of Lola #BCA1BC

Tints of Lola #BCA1BC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.98%

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

R = 35.01%
G = 29.98%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCA1BC (or 0xBCA1BC) is known color: Lola. HEX triplet: BC, A1 and BC. RGB value is (188,161,188). Sum of RGB (Red+Green+Blue) = 188+161+188=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1BC is #435E43. Grayscale: #ACACAC. Windows color (decimal): -4415044 or 12362172. OLE color: 12362172.

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

Color convert

RGB 188 161 188 -
CMYK 0 0.14 0 0.26
HSL 300º 0.17% 0.68% -
HSV(B) 300º 0.14% 0.74% -
XYZ 42.56 39.81 53.02 -
YUV 172.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 188 161 188 0 0.14 0 0.26 300 0.17 0.68
Hex BC A1 BC 0 E 0 1A 12C 11 44
Octal 274 241 274 0 16 0 32 454 21 104
Binary 10111100 10100001 10111100 0 1110 0 11010 100101100 10001 1000100

Color Harmonies of #BCA1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1BC

Black with #BCA1BC

Text Example


Text Example

White with #BCA1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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