Html Css Color HEX #BCB5BC Lola

📋 copy color: '#BCB5BC'

red 188 ◦ green 181 ◦ blue 188

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

Shades of Lola #BCB5BC

Tints of Lola #BCB5BC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.5%

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

R = 33.75%
G = 32.5%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB5BC (or 0xBCB5BC) is known color: Lola. HEX triplet: BC, B5 and BC. RGB value is (188,181,188). Sum of RGB (Red+Green+Blue) = 188+181+188=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5BC is #434A43. Grayscale: #B7B7B7. Windows color (decimal): -4409924 or 12367292. OLE color: 12367292.

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

Color convert

RGB 188 181 188 -
CMYK 0 0.04 0 0.26
HSL 300º 0.05% 0.72% -
HSV(B) 300º 0.04% 0.74% -
XYZ 46.34 47.37 54.28 -
YUV 183.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 188 181 188 0 0.04 0 0.26 300 0.05 0.72
Hex BC B5 BC 0 4 0 1A 12C 5 48
Octal 274 265 274 0 4 0 32 454 5 110
Binary 10111100 10110101 10111100 0 100 0 11010 100101100 101 1001000

Color Harmonies of #BCB5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5BC

Black with #BCB5BC

Text Example


Text Example

White with #BCB5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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