Html Css Color HEX #BCABBB Lola

📋 copy color: '#BCABBB'

red 188 ◦ green 171 ◦ blue 187

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

Shades of Lola #BCABBB

Tints of Lola #BCABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.25%

R = 34.43%
G = 31.32%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCABBB (or 0xBCABBB) is known color: Lola. HEX triplet: BC, AB and BB. RGB value is (188,171,187). Sum of RGB (Red+Green+Blue) = 188+171+187=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 188 - color contains mainly: red. Hex color #BCABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABBB is #435444. Grayscale: #B1B1B1. Windows color (decimal): -4412485 or 12299196. OLE color: 12299196.

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

Color convert

RGB 188 171 187 -
CMYK 0 0.09 0.01 0.26
HSL 303.53º 0.11% 0.7% -
HSV(B) 303.53º 0.09% 0.74% -
XYZ 44.27 43.41 53.06 -
YUV 177.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 188 171 187 0 0.09 0.01 0.26 303.53 0.11 0.7
Hex BC AB BB 0 9 1 1A 130 B 46
Octal 274 253 273 0 11 1 32 460 13 106
Binary 10111100 10101011 10111011 0 1001 1 11010 100110000 1011 1000110

Color Harmonies of #BCABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABBB

Black with #BCABBB

Text Example


Text Example

White with #BCABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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