Html Css Color HEX #BCAAC1 Lola

📋 copy color: '#BCAAC1'

red 188 ◦ green 170 ◦ blue 193

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

Shades of Lola #BCAAC1

Tints of Lola #BCAAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.85%

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

R = 34.12%
G = 30.85%
B = 35.03%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BCAAC1 (or 0xBCAAC1) is known color: Lola. HEX triplet: BC, AA and C1. RGB value is (188,170,193). Sum of RGB (Red+Green+Blue) = 188+170+193=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #BCAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC1 is #43553E. Grayscale: #B1B1B1. Windows color (decimal): -4412735 or 12692156. OLE color: 12692156.

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

Color convert

RGB 188 170 193 -
CMYK 0.03 0.12 0 0.24
HSL 286.96º 0.16% 0.71% -
HSV(B) 286.96º 0.12% 0.76% -
XYZ 44.74 43.29 56.45 -
YUV 178 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 188 170 193 0.03 0.12 0 0.24 286.96 0.16 0.71
Hex BC AA C1 3 C 0 18 11F 10 47
Octal 274 252 301 3 14 0 30 437 20 107
Binary 10111100 10101010 11000001 11 1100 0 11000 100011111 10000 1000111

Color Harmonies of #BCAAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAC1

Black with #BCAAC1

Text Example


Text Example

White with #BCAAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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