Html Css Color HEX #BCB8BC Lola

📋 copy color: '#BCB8BC'

red 188 ◦ green 184 ◦ blue 188

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

Shades of Lola #BCB8BC

Tints of Lola #BCB8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.86%

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

R = 33.57%
G = 32.86%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB8BC (or 0xBCB8BC) is known color: Lola. HEX triplet: BC, B8 and BC. RGB value is (188,184,188). Sum of RGB (Red+Green+Blue) = 188+184+188=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8BC is #434743. Grayscale: #B9B9B9. Windows color (decimal): -4409156 or 12368060. OLE color: 12368060.

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

Color convert

RGB 188 184 188 -
CMYK 0 0.02 0 0.26
HSL 300º 0.03% 0.73% -
HSV(B) 300º 0.02% 0.74% -
XYZ 46.96 48.6 54.48 -
YUV 185.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 188 184 188 0 0.02 0 0.26 300 0.03 0.73
Hex BC B8 BC 0 2 0 1A 12C 3 49
Octal 274 270 274 0 2 0 32 454 3 111
Binary 10111100 10111000 10111100 0 10 0 11010 100101100 11 1001001

Color Harmonies of #BCB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8BC

Black with #BCB8BC

Text Example


Text Example

White with #BCB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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