Html Css Color HEX #BCB6BE Lola

📋 copy color: '#BCB6BE'

red 188 ◦ green 182 ◦ blue 190

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

Shades of Lola #BCB6BE

Tints of Lola #BCB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.5%

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

R = 33.57%
G = 32.5%
B = 33.93%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCB6BE (or 0xBCB6BE) is known color: Lola. HEX triplet: BC, B6 and BE. RGB value is (188,182,190). Sum of RGB (Red+Green+Blue) = 188+182+190=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6BE is #434941. Grayscale: #B8B8B8. Windows color (decimal): -4409666 or 12498620. OLE color: 12498620.

HSL color Cylindrical-coordinate representation of color #BCB6BE: hue angle of 285º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCB6BE is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 182 190 -
CMYK 0.01 0.04 0 0.25
HSL 285º 0.06% 0.73% -
HSV(B) 285º 0.04% 0.75% -
XYZ 46.76 47.86 55.49 -
YUV 184.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 188 182 190 0.01 0.04 0 0.25 285 0.06 0.73
Hex BC B6 BE 1 4 0 19 11D 6 49
Octal 274 266 276 1 4 0 31 435 6 111
Binary 10111100 10110110 10111110 1 100 0 11001 100011101 110 1001001

Color Harmonies of #BCB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6BE

Black with #BCB6BE

Text Example


Text Example

White with #BCB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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