Html Css Color HEX #BCA0BD Lola

📋 copy color: '#BCA0BD'

red 188 ◦ green 160 ◦ blue 189

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

Shades of Lola #BCA0BD

Tints of Lola #BCA0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.8%

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 35.01%
G = 29.8%
B = 35.2%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BCA0BD (or 0xBCA0BD) is known color: Lola. HEX triplet: BC, A0 and BD. RGB value is (188,160,189). Sum of RGB (Red+Green+Blue) = 188+160+189=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BD is #435F42. Grayscale: #ABABAB. Windows color (decimal): -4415299 or 12427452. OLE color: 12427452.

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

Color convert

RGB 188 160 189 -
CMYK 0.01 0.15 0 0.26
HSL 297.93º 0.18% 0.68% -
HSV(B) 297.93º 0.15% 0.74% -
XYZ 42.5 39.51 53.53 -
YUV 171.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 188 160 189 0.01 0.15 0 0.26 297.93 0.18 0.68
Hex BC A0 BD 1 F 0 1A 12A 12 44
Octal 274 240 275 1 17 0 32 452 22 104
Binary 10111100 10100000 10111101 1 1111 0 11010 100101010 10010 1000100

Color Harmonies of #BCA0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0BD

Black with #BCA0BD

Text Example


Text Example

White with #BCA0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0BD; }

 p { color: rgb(188,160,189); }

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

background-color css

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

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

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

border-color css

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

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

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