Html Css Color HEX #BCB8BD Lola

📋 copy color: '#BCB8BD'

red 188 ◦ green 184 ◦ blue 189

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

Shades of Lola #BCB8BD

Tints of Lola #BCB8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.8%

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

R = 33.51%
G = 32.8%
B = 33.69%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB8BD (or 0xBCB8BD) is known color: Lola. HEX triplet: BC, B8 and BD. RGB value is (188,184,189). Sum of RGB (Red+Green+Blue) = 188+184+189=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8BD is #434742. Grayscale: #B9B9B9. Windows color (decimal): -4409155 or 12433596. OLE color: 12433596.

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

Color convert

RGB 188 184 189 -
CMYK 0.01 0.03 0 0.26
HSL 288º 0.04% 0.73% -
HSV(B) 288º 0.03% 0.74% -
XYZ 47.06 48.65 55.05 -
YUV 185.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 188 184 189 0.01 0.03 0 0.26 288 0.04 0.73
Hex BC B8 BD 1 3 0 1A 120 4 49
Octal 274 270 275 1 3 0 32 440 4 111
Binary 10111100 10111000 10111101 1 11 0 11010 100100000 100 1001001

Color Harmonies of #BCB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8BD

Black with #BCB8BD

Text Example


Text Example

White with #BCB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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