Html Css Color HEX #BCB4BF Lola

📋 copy color: '#BCB4BF'

red 188 ◦ green 180 ◦ blue 191

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

Shades of Lola #BCB4BF

Tints of Lola #BCB4BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.17%

R = 33.63%
G = 32.2%
B = 34.17%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCB4BF (or 0xBCB4BF) is known color: Lola. HEX triplet: BC, B4 and BF. RGB value is (188,180,191). Sum of RGB (Red+Green+Blue) = 188+180+191=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #BCB4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BF is #434B40. Grayscale: #B7B7B7. Windows color (decimal): -4410177 or 12563644. OLE color: 12563644.

HSL color Cylindrical-coordinate representation of color #BCB4BF: hue angle of 283.64º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB4BF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 180 191 -
CMYK 0.02 0.06 0 0.25
HSL 283.64º 0.08% 0.73% -
HSV(B) 283.64º 0.06% 0.75% -
XYZ 46.46 47.1 55.93 -
YUV 183.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 188 180 191 0.02 0.06 0 0.25 283.64 0.08 0.73
Hex BC B4 BF 2 6 0 19 11C 8 49
Octal 274 264 277 2 6 0 31 434 10 111
Binary 10111100 10110100 10111111 10 110 0 11001 100011100 1000 1001001

Color Harmonies of #BCB4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4BF

Black with #BCB4BF

Text Example


Text Example

White with #BCB4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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