Html Css Color HEX #BCA0BE Lola

📋 copy color: '#BCA0BE'

red 188 ◦ green 160 ◦ blue 190

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

Shades of Lola #BCA0BE

Tints of Lola #BCA0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 34.94%
G = 29.74%
B = 35.32%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BCA0BE (or 0xBCA0BE) is known color: Lola. HEX triplet: BC, A0 and BE. RGB value is (188,160,190). Sum of RGB (Red+Green+Blue) = 188+160+190=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BE is #435F41. Grayscale: #ABABAB. Windows color (decimal): -4415298 or 12492988. OLE color: 12492988.

HSL color Cylindrical-coordinate representation of color #BCA0BE: hue angle of 296º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA0BE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 160 190 -
CMYK 0.01 0.16 0 0.25
HSL 296º 0.19% 0.69% -
HSV(B) 296º 0.16% 0.75% -
XYZ 42.6 39.55 54.1 -
YUV 171.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 188 160 190 0.01 0.16 0 0.25 296 0.19 0.69
Hex BC A0 BE 1 10 0 19 128 13 45
Octal 274 240 276 1 20 0 31 450 23 105
Binary 10111100 10100000 10111110 1 10000 0 11001 100101000 10011 1000101

Color Harmonies of #BCA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0BE

Black with #BCA0BE

Text Example


Text Example

White with #BCA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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