Html Css Color HEX #BCA2BC Lola

📋 copy color: '#BCA2BC'

red 188 ◦ green 162 ◦ blue 188

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

Shades of Lola #BCA2BC

Tints of Lola #BCA2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.11%

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

R = 34.94%
G = 30.11%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCA2BC (or 0xBCA2BC) is known color: Lola. HEX triplet: BC, A2 and BC. RGB value is (188,162,188). Sum of RGB (Red+Green+Blue) = 188+162+188=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BCA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2BC is #435D43. Grayscale: #ACACAC. Windows color (decimal): -4414788 or 12362428. OLE color: 12362428.

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

Color convert

RGB 188 162 188 -
CMYK 0 0.14 0 0.26
HSL 300º 0.16% 0.69% -
HSV(B) 300º 0.14% 0.74% -
XYZ 42.74 40.16 53.08 -
YUV 172.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 188 162 188 0 0.14 0 0.26 300 0.16 0.69
Hex BC A2 BC 0 E 0 1A 12C 10 45
Octal 274 242 274 0 16 0 32 454 20 105
Binary 10111100 10100010 10111100 0 1110 0 11010 100101100 10000 1000101

Color Harmonies of #BCA2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2BC

Black with #BCA2BC

Text Example


Text Example

White with #BCA2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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