Html Css Color HEX #BCB2BC Lola

📋 copy color: '#BCB2BC'

red 188 ◦ green 178 ◦ blue 188

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

Shades of Lola #BCB2BC

Tints of Lola #BCB2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.13%

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

R = 33.94%
G = 32.13%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCB2BC (or 0xBCB2BC) is known color: Lola. HEX triplet: BC, B2 and BC. RGB value is (188,178,188). Sum of RGB (Red+Green+Blue) = 188+178+188=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCB2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2BC is #434D43. Grayscale: #B6B6B6. Windows color (decimal): -4410692 or 12366524. OLE color: 12366524.

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

Color convert

RGB 188 178 188 -
CMYK 0 0.05 0 0.26
HSL 300º 0.07% 0.72% -
HSV(B) 300º 0.05% 0.74% -
XYZ 45.74 46.16 54.08 -
YUV 182.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 188 178 188 0 0.05 0 0.26 300 0.07 0.72
Hex BC B2 BC 0 5 0 1A 12C 7 48
Octal 274 262 274 0 5 0 32 454 7 110
Binary 10111100 10110010 10111100 0 101 0 11010 100101100 111 1001000

Color Harmonies of #BCB2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2BC

Black with #BCB2BC

Text Example


Text Example

White with #BCB2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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