Html Css Color HEX #BCB1BB Lola

📋 copy color: '#BCB1BB'

red 188 ◦ green 177 ◦ blue 187

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

Shades of Lola #BCB1BB

Tints of Lola #BCB1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.07%

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

R = 34.06%
G = 32.07%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BCB1BB (or 0xBCB1BB) is known color: Lola. HEX triplet: BC, B1 and BB. RGB value is (188,177,187). Sum of RGB (Red+Green+Blue) = 188+177+187=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1BB is #434E44. Grayscale: #B5B5B5. Windows color (decimal): -4410949 or 12300732. OLE color: 12300732.

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

Color convert

RGB 188 177 187 -
CMYK 0 0.06 0.01 0.26
HSL 305.45º 0.08% 0.72% -
HSV(B) 305.45º 0.06% 0.74% -
XYZ 45.43 45.72 53.44 -
YUV 181.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 188 177 187 0 0.06 0.01 0.26 305.45 0.08 0.72
Hex BC B1 BB 0 6 1 1A 131 8 48
Octal 274 261 273 0 6 1 32 461 10 110
Binary 10111100 10110001 10111011 0 110 1 11010 100110001 1000 1001000

Color Harmonies of #BCB1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1BB

Black with #BCB1BB

Text Example


Text Example

White with #BCB1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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