Html Css Color HEX #BCABBE Lola

📋 copy color: '#BCABBE'

red 188 ◦ green 171 ◦ blue 190

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

Shades of Lola #BCABBE

Tints of Lola #BCABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.15%

 BLUE value IS 190 (74.61% from 255) = 34.61%

R = 34.24%
G = 31.15%
B = 34.61%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCABBE (or 0xBCABBE) is known color: Lola. HEX triplet: BC, AB and BE. RGB value is (188,171,190). Sum of RGB (Red+Green+Blue) = 188+171+190=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABBE is #435441. Grayscale: #B2B2B2. Windows color (decimal): -4412482 or 12495804. OLE color: 12495804.

HSL color Cylindrical-coordinate representation of color #BCABBE: hue angle of 293.68º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCABBE is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 171 190 -
CMYK 0.01 0.10 0 0.25
HSL 293.68º 0.13% 0.71% -
HSV(B) 293.68º 0.1% 0.75% -
XYZ 44.6 43.53 54.77 -
YUV 178.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 188 171 190 0.01 0.10 0 0.25 293.68 0.13 0.71
Hex BC AB BE 1 A 0 19 126 D 47
Octal 274 253 276 1 12 0 31 446 15 107
Binary 10111100 10101011 10111110 1 1010 0 11001 100100110 1101 1000111

Color Harmonies of #BCABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABBE

Black with #BCABBE

Text Example


Text Example

White with #BCABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABBE; }

 p { color: rgb(188,171,190); }

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

background-color css

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

 a { background-color: rgb(188,171,190); }

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

border-color css

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

 span { border-color: rgb(188,171,190); }

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