Html Css Color HEX #BCB0BD Lola

📋 copy color: '#BCB0BD'

red 188 ◦ green 176 ◦ blue 189

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

Shades of Lola #BCB0BD

Tints of Lola #BCB0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 34%
G = 31.83%
B = 34.18%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB0BD (or 0xBCB0BD) is known color: Lola. HEX triplet: BC, B0 and BD. RGB value is (188,176,189). Sum of RGB (Red+Green+Blue) = 188+176+189=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0BD is #434F42. Grayscale: #B5B5B5. Windows color (decimal): -4411203 or 12431548. OLE color: 12431548.

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

Color convert

RGB 188 176 189 -
CMYK 0.01 0.07 0 0.26
HSL 295.38º 0.09% 0.72% -
HSV(B) 295.38º 0.07% 0.74% -
XYZ 45.45 45.42 54.51 -
YUV 181.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 188 176 189 0.01 0.07 0 0.26 295.38 0.09 0.72
Hex BC B0 BD 1 7 0 1A 127 9 48
Octal 274 260 275 1 7 0 32 447 11 110
Binary 10111100 10110000 10111101 1 111 0 11010 100100111 1001 1001000

Color Harmonies of #BCB0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0BD

Black with #BCB0BD

Text Example


Text Example

White with #BCB0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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