Html Css Color HEX #BCAABA Lola

📋 copy color: '#BCAABA'

red 188 ◦ green 170 ◦ blue 186

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

Shades of Lola #BCAABA

Tints of Lola #BCAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.19%

R = 34.56%
G = 31.25%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCAABA (or 0xBCAABA) is known color: Lola. HEX triplet: BC, AA and BA. RGB value is (188,170,186). Sum of RGB (Red+Green+Blue) = 188+170+186=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAABA is #435545. Grayscale: #B1B1B1. Windows color (decimal): -4412742 or 12233404. OLE color: 12233404.

HSL color Cylindrical-coordinate representation of color #BCAABA: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAABA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 186 -
CMYK 0 0.10 0.01 0.26
HSL 306.67º 0.12% 0.7% -
HSV(B) 306.67º 0.1% 0.74% -
XYZ 43.98 42.99 52.43 -
YUV 177.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 188 170 186 0 0.10 0.01 0.26 306.67 0.12 0.7
Hex BC AA BA 0 A 1 1A 133 C 46
Octal 274 252 272 0 12 1 32 463 14 106
Binary 10111100 10101010 10111010 0 1010 1 11010 100110011 1100 1000110

Color Harmonies of #BCAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAABA

Black with #BCAABA

Text Example


Text Example

White with #BCAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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