Html Css Color HEX #BCB7BC Lola

📋 copy color: '#BCB7BC'

red 188 ◦ green 183 ◦ blue 188

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

Shades of Lola #BCB7BC

Tints of Lola #BCB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.74%

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

R = 33.63%
G = 32.74%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB7BC (or 0xBCB7BC) is known color: Lola. HEX triplet: BC, B7 and BC. RGB value is (188,183,188). Sum of RGB (Red+Green+Blue) = 188+183+188=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7BC is #434843. Grayscale: #B9B9B9. Windows color (decimal): -4409412 or 12367804. OLE color: 12367804.

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

Color convert

RGB 188 183 188 -
CMYK 0 0.03 0 0.26
HSL 300º 0.04% 0.73% -
HSV(B) 300º 0.03% 0.74% -
XYZ 46.75 48.19 54.41 -
YUV 185.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 188 183 188 0 0.03 0 0.26 300 0.04 0.73
Hex BC B7 BC 0 3 0 1A 12C 4 49
Octal 274 267 274 0 3 0 32 454 4 111
Binary 10111100 10110111 10111100 0 11 0 11010 100101100 100 1001001

Color Harmonies of #BCB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB7BC

Black with #BCB7BC

Text Example


Text Example

White with #BCB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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