Html Css Color HEX #BCBABC Lola

📋 copy color: '#BCBABC'

red 188 ◦ green 186 ◦ blue 188

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

Shades of Lola #BCBABC

Tints of Lola #BCBABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.1%

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

R = 33.45%
G = 33.1%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCBABC (or 0xBCBABC) is known color: Lola. HEX triplet: BC, BA and BC. RGB value is (188,186,188). Sum of RGB (Red+Green+Blue) = 188+186+188=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBABC is #434543. Grayscale: #BABABA. Windows color (decimal): -4408644 or 12368572. OLE color: 12368572.

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

Color convert

RGB 188 186 188 -
CMYK 0 0.01 0 0.26
HSL 300º 0.01% 0.73% -
HSV(B) 300º 0.01% 0.74% -
XYZ 47.38 49.44 54.62 -
YUV 186.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 188 186 188 0 0.01 0 0.26 300 0.01 0.73
Hex BC BA BC 0 1 0 1A 12C 1 49
Octal 274 272 274 0 1 0 32 454 1 111
Binary 10111100 10111010 10111100 0 1 0 11010 100101100 1 1001001

Color Harmonies of #BCBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBABC

Black with #BCBABC

Text Example


Text Example

White with #BCBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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