Html Css Color HEX #BCB9BC Lola

📋 copy color: '#BCB9BC'

red 188 ◦ green 185 ◦ blue 188

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

Shades of Lola #BCB9BC

Tints of Lola #BCB9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.98%

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 33.51%
G = 32.98%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB9BC (or 0xBCB9BC) is known color: Lola. HEX triplet: BC, B9 and BC. RGB value is (188,185,188). Sum of RGB (Red+Green+Blue) = 188+185+188=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9BC is #434643. Grayscale: #BABABA. Windows color (decimal): -4408900 or 12368316. OLE color: 12368316.

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

Color convert

RGB 188 185 188 -
CMYK 0 0.02 0 0.26
HSL 300º 0.02% 0.73% -
HSV(B) 300º 0.02% 0.74% -
XYZ 47.17 49.02 54.55 -
YUV 186.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 188 185 188 0 0.02 0 0.26 300 0.02 0.73
Hex BC B9 BC 0 2 0 1A 12C 2 49
Octal 274 271 274 0 2 0 32 454 2 111
Binary 10111100 10111001 10111100 0 10 0 11010 100101100 10 1001001

Color Harmonies of #BCB9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9BC

Black with #BCB9BC

Text Example


Text Example

White with #BCB9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9BC; }

 p { color: rgb(188,185,188); }

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

background-color css

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

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

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

border-color css

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

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

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