Html Css Color HEX #BCB4BC Lola

📋 copy color: '#BCB4BC'

red 188 ◦ green 180 ◦ blue 188

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

Shades of Lola #BCB4BC

Tints of Lola #BCB4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.37%

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

R = 33.81%
G = 32.37%
B = 33.81%

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

#BCB4BC (or 0xBCB4BC) is known color: Lola. HEX triplet: BC, B4 and BC. RGB value is (188,180,188). Sum of RGB (Red+Green+Blue) = 188+180+188=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BC is #434B43. Grayscale: #B7B7B7. Windows color (decimal): -4410180 or 12367036. OLE color: 12367036.

HSL color Cylindrical-coordinate representation of color #BCB4BC: hue angle of 300º degrees, saturation: 0.06, 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 #BCB4BC is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 188 -
CMYK 0 0.04 0 0.26
HSL 300º 0.06% 0.72% -
HSV(B) 300º 0.04% 0.74% -
XYZ 46.14 46.96 54.21 -
YUV 183.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 188 180 188 0 0.04 0 0.26 300 0.06 0.72
Hex BC B4 BC 0 4 0 1A 12C 6 48
Octal 274 264 274 0 4 0 32 454 6 110
Binary 10111100 10110100 10111100 0 100 0 11010 100101100 110 1001000

Color Harmonies of #BCB4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4BC

Black with #BCB4BC

Text Example


Text Example

White with #BCB4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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