Html Css Color HEX #BCAAC2 Lola

📋 copy color: '#BCAAC2'

red 188 ◦ green 170 ◦ blue 194

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

Shades of Lola #BCAAC2

Tints of Lola #BCAAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.14%

R = 34.06%
G = 30.8%
B = 35.14%

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

#BCAAC2 (or 0xBCAAC2) is known color: Lola. HEX triplet: BC, AA and C2. RGB value is (188,170,194). Sum of RGB (Red+Green+Blue) = 188+170+194=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 194 (76.17% from 255 or 35.14% from 552); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCAAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC2 is #43553D. Grayscale: #B2B2B2. Windows color (decimal): -4412734 or 12757692. OLE color: 12757692.

HSL color Cylindrical-coordinate representation of color #BCAAC2: hue angle of 285º 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 #BCAAC2 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 170 194 -
CMYK 0.03 0.12 0 0.24
HSL 285º 0.16% 0.71% -
HSV(B) 285º 0.12% 0.76% -
XYZ 44.85 43.34 57.04 -
YUV 178.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 188 170 194 0.03 0.12 0 0.24 285 0.16 0.71
Hex BC AA C2 3 C 0 18 11D 10 47
Octal 274 252 302 3 14 0 30 435 20 107
Binary 10111100 10101010 11000010 11 1100 0 11000 100011101 10000 1000111

Color Harmonies of #BCAAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAC2

Black with #BCAAC2

Text Example


Text Example

White with #BCAAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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