Html Css Color HEX #BCB0C0 Lola

📋 copy color: '#BCB0C0'

red 188 ◦ green 176 ◦ blue 192

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

Shades of Lola #BCB0C0

Tints of Lola #BCB0C0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.65%

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 33.81%
G = 31.65%
B = 34.53%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCB0C0 (or 0xBCB0C0) is known color: Lola. HEX triplet: BC, B0 and C0. RGB value is (188,176,192). Sum of RGB (Red+Green+Blue) = 188+176+192=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCB0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0C0 is #434F3F. Grayscale: #B5B5B5. Windows color (decimal): -4411200 or 12628156. OLE color: 12628156.

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

Color convert

RGB 188 176 192 -
CMYK 0.02 0.08 0 0.25
HSL 285º 0.11% 0.72% -
HSV(B) 285º 0.08% 0.75% -
XYZ 45.78 45.55 56.25 -
YUV 181.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 188 176 192 0.02 0.08 0 0.25 285 0.11 0.72
Hex BC B0 C0 2 8 0 19 11D B 48
Octal 274 260 300 2 10 0 31 435 13 110
Binary 10111100 10110000 11000000 10 1000 0 11001 100011101 1011 1001000

Color Harmonies of #BCB0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0C0

Black with #BCB0C0

Text Example


Text Example

White with #BCB0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0C0; }

 p { color: rgb(188,176,192); }

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

background-color css

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

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

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

border-color css

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

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

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