Html Css Color HEX #BCB0BC Lola

📋 copy color: '#BCB0BC'

red 188 ◦ green 176 ◦ blue 188

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

Shades of Lola #BCB0BC

Tints of Lola #BCB0BC

RGB

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

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

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

R = 34.06%
G = 31.88%
B = 34.06%

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

#BCB0BC (or 0xBCB0BC) is known color: Lola. HEX triplet: BC, B0 and BC. RGB value is (188,176,188). Sum of RGB (Red+Green+Blue) = 188+176+188=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0BC is #434F43. Grayscale: #B4B4B4. Windows color (decimal): -4411204 or 12366012. OLE color: 12366012.

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

Color convert

RGB 188 176 188 -
CMYK 0 0.06 0 0.26
HSL 300º 0.08% 0.71% -
HSV(B) 300º 0.06% 0.74% -
XYZ 45.34 45.37 53.95 -
YUV 180.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 188 176 188 0 0.06 0 0.26 300 0.08 0.71
Hex BC B0 BC 0 6 0 1A 12C 8 47
Octal 274 260 274 0 6 0 32 454 10 107
Binary 10111100 10110000 10111100 0 110 0 11010 100101100 1000 1000111

Color Harmonies of #BCB0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0BC

Black with #BCB0BC

Text Example


Text Example

White with #BCB0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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