Html Css Color HEX #BCAABF Lola

📋 copy color: '#BCAABF'

red 188 ◦ green 170 ◦ blue 191

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

Shades of Lola #BCAABF

Tints of Lola #BCAABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.79%

R = 34.24%
G = 30.97%
B = 34.79%

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

#BCAABF (or 0xBCAABF) is known color: Lola. HEX triplet: BC, AA and BF. RGB value is (188,170,191). Sum of RGB (Red+Green+Blue) = 188+170+191=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAABF is #435540. Grayscale: #B1B1B1. Windows color (decimal): -4412737 or 12561084. OLE color: 12561084.

HSL color Cylindrical-coordinate representation of color #BCAABF: hue angle of 291.43º degrees, saturation: 0.14, 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 #BCAABF is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 170 191 -
CMYK 0.02 0.11 0 0.25
HSL 291.43º 0.14% 0.71% -
HSV(B) 291.43º 0.11% 0.75% -
XYZ 44.52 43.2 55.28 -
YUV 177.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 188 170 191 0.02 0.11 0 0.25 291.43 0.14 0.71
Hex BC AA BF 2 B 0 19 123 E 47
Octal 274 252 277 2 13 0 31 443 16 107
Binary 10111100 10101010 10111111 10 1011 0 11001 100100011 1110 1000111

Color Harmonies of #BCAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAABF

Black with #BCAABF

Text Example


Text Example

White with #BCAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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