Html Css Color HEX #BCB1BC Lola

📋 copy color: '#BCB1BC'

red 188 ◦ green 177 ◦ blue 188

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

Shades of Lola #BCB1BC

Tints of Lola #BCB1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34%

R = 34%
G = 32.01%
B = 34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB1BC (or 0xBCB1BC) is known color: Lola. HEX triplet: BC, B1 and BC. RGB value is (188,177,188). Sum of RGB (Red+Green+Blue) = 188+177+188=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1BC is #434E43. Grayscale: #B5B5B5. Windows color (decimal): -4410948 or 12366268. OLE color: 12366268.

HSL color Cylindrical-coordinate representation of color #BCB1BC: hue angle of 300º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB1BC is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 177 188 -
CMYK 0 0.06 0 0.26
HSL 300º 0.08% 0.72% -
HSV(B) 300º 0.06% 0.74% -
XYZ 45.54 45.77 54.01 -
YUV 181.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 188 177 188 0 0.06 0 0.26 300 0.08 0.72
Hex BC B1 BC 0 6 0 1A 12C 8 48
Octal 274 261 274 0 6 0 32 454 10 110
Binary 10111100 10110001 10111100 0 110 0 11010 100101100 1000 1001000

Color Harmonies of #BCB1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1BC

Black with #BCB1BC

Text Example


Text Example

White with #BCB1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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