Html Css Color HEX #BCB4BE Lola

📋 copy color: '#BCB4BE'

red 188 ◦ green 180 ◦ blue 190

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

Shades of Lola #BCB4BE

Tints of Lola #BCB4BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 33.69%
G = 32.26%
B = 34.05%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCB4BE (or 0xBCB4BE) is known color: Lola. HEX triplet: BC, B4 and BE. RGB value is (188,180,190). Sum of RGB (Red+Green+Blue) = 188+180+190=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BE is #434B41. Grayscale: #B7B7B7. Windows color (decimal): -4410178 or 12498108. OLE color: 12498108.

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

Color convert

RGB 188 180 190 -
CMYK 0.01 0.05 0 0.25
HSL 288º 0.07% 0.73% -
HSV(B) 288º 0.05% 0.75% -
XYZ 46.35 47.05 55.35 -
YUV 183.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 188 180 190 0.01 0.05 0 0.25 288 0.07 0.73
Hex BC B4 BE 1 5 0 19 120 7 49
Octal 274 264 276 1 5 0 31 440 7 111
Binary 10111100 10110100 10111110 1 101 0 11001 100100000 111 1001001

Color Harmonies of #BCB4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB4BE

Black with #BCB4BE

Text Example


Text Example

White with #BCB4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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