Html Css Color HEX #BCB1C0 Lola

📋 copy color: '#BCB1C0'

red 188 ◦ green 177 ◦ blue 192

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

Shades of Lola #BCB1C0

Tints of Lola #BCB1C0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.78%

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

R = 33.75%
G = 31.78%
B = 34.47%

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

#BCB1C0 (or 0xBCB1C0) is known color: Lola. HEX triplet: BC, B1 and C0. RGB value is (188,177,192). Sum of RGB (Red+Green+Blue) = 188+177+192=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCB1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1C0 is #434E3F. Grayscale: #B5B5B5. Windows color (decimal): -4410944 or 12628412. OLE color: 12628412.

HSL color Cylindrical-coordinate representation of color #BCB1C0: hue angle of 284º 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 #BCB1C0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 177 192 -
CMYK 0.02 0.08 0 0.25
HSL 284º 0.11% 0.72% -
HSV(B) 284º 0.08% 0.75% -
XYZ 45.98 45.94 56.31 -
YUV 182 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 188 177 192 0.02 0.08 0 0.25 284 0.11 0.72
Hex BC B1 C0 2 8 0 19 11C B 48
Octal 274 261 300 2 10 0 31 434 13 110
Binary 10111100 10110001 11000000 10 1000 0 11001 100011100 1011 1001000

Color Harmonies of #BCB1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1C0

Black with #BCB1C0

Text Example


Text Example

White with #BCB1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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