Html Css Color HEX #BCAAC0 Lola

📋 copy color: '#BCAAC0'

red 188 ◦ green 170 ◦ blue 192

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

Shades of Lola #BCAAC0

Tints of Lola #BCAAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.91%

R = 34.18%
G = 30.91%
B = 34.91%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCAAC0 (or 0xBCAAC0) is known color: Lola. HEX triplet: BC, AA and C0. RGB value is (188,170,192). Sum of RGB (Red+Green+Blue) = 188+170+192=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAC0 is #43553F. Grayscale: #B1B1B1. Windows color (decimal): -4412736 or 12626620. OLE color: 12626620.

HSL color Cylindrical-coordinate representation of color #BCAAC0: hue angle of 289.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCAAC0 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 170 192 -
CMYK 0.02 0.11 0 0.25
HSL 289.09º 0.15% 0.71% -
HSV(B) 289.09º 0.11% 0.75% -
XYZ 44.63 43.25 55.86 -
YUV 177.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 188 170 192 0.02 0.11 0 0.25 289.09 0.15 0.71
Hex BC AA C0 2 B 0 19 121 F 47
Octal 274 252 300 2 13 0 31 441 17 107
Binary 10111100 10101010 11000000 10 1011 0 11001 100100001 1111 1000111

Color Harmonies of #BCAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAC0

Black with #BCAAC0

Text Example


Text Example

White with #BCAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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