Html Css Color HEX #BCB9BD Lola

📋 copy color: '#BCB9BD'

red 188 ◦ green 185 ◦ blue 189

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

Shades of Lola #BCB9BD

Tints of Lola #BCB9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.63%

R = 33.45%
G = 32.92%
B = 33.63%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB9BD (or 0xBCB9BD) is known color: Lola. HEX triplet: BC, B9 and BD. RGB value is (188,185,189). Sum of RGB (Red+Green+Blue) = 188+185+189=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9BD is #434642. Grayscale: #BABABA. Windows color (decimal): -4408899 or 12433852. OLE color: 12433852.

HSL color Cylindrical-coordinate representation of color #BCB9BD: hue angle of 285º degrees, saturation: 0.03, 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 #BCB9BD is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 189 -
CMYK 0.01 0.02 0 0.26
HSL 285º 0.03% 0.73% -
HSV(B) 285º 0.02% 0.74% -
XYZ 47.27 49.06 55.12 -
YUV 186.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 188 185 189 0.01 0.02 0 0.26 285 0.03 0.73
Hex BC B9 BD 1 2 0 1A 11D 3 49
Octal 274 271 275 1 2 0 32 435 3 111
Binary 10111100 10111001 10111101 1 10 0 11010 100011101 11 1001001

Color Harmonies of #BCB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9BD

Black with #BCB9BD

Text Example


Text Example

White with #BCB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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